mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Update RscPlayerUI.hpp
This commit is contained in:
@@ -883,4 +883,34 @@ class RscTitles
|
|||||||
class Icon100:Icons {idc = 200;};
|
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";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user