From 4061f7a743c5782b3088f83e17867aac1f6473f5 Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Wed, 29 Jul 2020 15:35:54 -0500 Subject: [PATCH] Update RscPlayerUI.hpp --- .../Configs/RscDisplay/RscPlayerUI.hpp | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/SQF/dayz_code/Configs/RscDisplay/RscPlayerUI.hpp b/SQF/dayz_code/Configs/RscDisplay/RscPlayerUI.hpp index 97f93b200..5c0ef8626 100644 --- a/SQF/dayz_code/Configs/RscDisplay/RscPlayerUI.hpp +++ b/SQF/dayz_code/Configs/RscDisplay/RscPlayerUI.hpp @@ -883,4 +883,34 @@ class RscTitles class Icon100:Icons {idc = 200;}; }; }; + class ZSC_Money_Display { + idd = -1; + fadeout = 0; + fadein = 0; + duration = 100000; + name= "ZSC_Money_Display"; + onLoad = "uiNamespace setVariable ['ZSC_Money_Display', _this select 0]"; + class controlsBackground { + class ZSC_Status + { + idc = 4900; + type = 13; + size = 0.040; + x = safezoneX + (safezoneW -0.35); + y = safezoneY + 0.43 * safezoneW; + w = 0.35; h = 0.20; + colorText[] = {1,1,1,1}; + lineSpacing = 3; + colorBackground[] = {0,0,0,0}; + text = ""; + style = 0x02; + shadow = 2; + font = "Zeppelin32"; + sizeEx = 0.023; + class Attributes { + align = "right"; + }; + }; + }; + }; };