From a6953a69c2ca596edd6e8ca7e9784ed407a939d9 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Mon, 2 Jun 2014 13:46:55 -0500 Subject: [PATCH] should fix #1291 --- SQF/dayz_code/Configs/RscDisplay/RscPlayerUI.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/SQF/dayz_code/Configs/RscDisplay/RscPlayerUI.hpp b/SQF/dayz_code/Configs/RscDisplay/RscPlayerUI.hpp index a5f19c3bb..abcbb291c 100644 --- a/SQF/dayz_code/Configs/RscDisplay/RscPlayerUI.hpp +++ b/SQF/dayz_code/Configs/RscDisplay/RscPlayerUI.hpp @@ -128,6 +128,14 @@ class RscTitles w = 0.075; h = 0.10; }; + class RscPicture_1307 : RscPictureGUI { + idc = 1307; + text = "\z\addons\dayz_code\gui\status_combat_inside_ca.paa"; + x = "0.955313 * safezoneW + safezoneX"; + y = "0.65 * safezoneH + safezoneY"; + w = 0.06; + h = 0.08; + }; class RscPicture_1201: RscPictureGUI { idc = 1201;