Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class MyDialog
- {
- class controls
- {
- class Btn_Respawn : RscButton
- {
- x = "SafeZoneX + (1582.5 / 1920) * SafeZoneW";
- y = "SafeZoneY + (952.6 / 1080) * SafeZoneH";
- w = "(304 / 1920) * SafeZoneW";
- h = "(91 / 1080) * SafeZoneH";
- font = "TahomaB";
- text = "Respawn";
- sizeEx = 0.2;
- };
- class Btn_Spectate : RscButton
- {
- x = "SafeZoneX + (36.5 / 1920) * SafeZoneW";
- y = "SafeZoneY + (956.6 / 1080) * SafeZoneH";
- w = "(303.999999999999 / 1920) * SafeZoneW";
- h = "(91 / 1080) * SafeZoneH";
- text = "Spectate";
- sizeEx = 0.2;
- };
- class InfoBackground : IGUIBack
- {
- x = "SafeZoneX + (627.5 / 1920) * SafeZoneW";
- y = "SafeZoneY + (802.3 / 1080) * SafeZoneH";
- w = "(755 / 1920) * SafeZoneW";
- h = "(260 / 1080) * SafeZoneH";
- colorBackground[] = {0, 0, 0, 0.3};
- };
- class AmountBackground : IGUIBack
- {
- x = "SafeZoneX + (1130.21487603306 / 1920) * SafeZoneW";
- y = "SafeZoneY + (838.266666666667 / 1080) * SafeZoneH";
- w = "(225 / 1920) * SafeZoneW";
- h = "(50 / 1080) * SafeZoneH";
- colorBackground[] = {0, 0, 0, 0.4};
- };
- class List_SpawnLocation : RscListBox
- {
- x = "SafeZoneX + (652.80785123967 / 1920) * SafeZoneW";
- y = "SafeZoneY + (836.15 / 1080) * SafeZoneH";
- w = "(210 / 1920) * SafeZoneW";
- h = "(215 / 1080) * SafeZoneH";
- };
- class MyRscListBox : RscListBox
- {
- x = "SafeZoneX + (865.944214876033 / 1920) * SafeZoneW";
- y = "SafeZoneY + (835.316666666667 / 1080) * SafeZoneH";
- w = "(245 / 1920) * SafeZoneW";
- h = "(215 / 1080) * SafeZoneH";
- };
- class Txt_AmountText : RscText
- {
- x = "SafeZoneX + (1135.21487603306 / 1920) * SafeZoneW";
- y = "SafeZoneY + (839.933333333333 / 1080) * SafeZoneH";
- font = "TahomaB";
- text = "Reinforcements of selected role:";
- w = "(214 / 1920) * SafeZoneW";
- h = "(16 / 1080) * SafeZoneH";
- sizeEx = 0.05;
- };
- class Txt_AmountValue : RscText
- {
- x = "SafeZoneX + (1136.04820936639 / 1920) * SafeZoneW";
- y = "SafeZoneY + (860.766666666667 / 1080) * SafeZoneH";
- text = "-1";
- sizeEx = 0.05;
- w = "(64 / 1920) * SafeZoneW";
- h = "(16 / 1080) * SafeZoneH";
- };
- class Txt_RespawnLocation : RscText
- {
- x = "SafeZoneX + (653.486850065732 / 1920) * SafeZoneW";
- y = "SafeZoneY + (807.266666666667 / 1080) * SafeZoneH";
- w = "(144 / 1920) * SafeZoneW";
- h = "(24 / 1080) * SafeZoneH";
- text = "Respawn location";
- sizeEx = 0.06;
- font = "TahomaB";
- };
- class Txt_Role : RscText
- {
- x = "SafeZoneX + (868.153516732399 / 1920) * SafeZoneW";
- y = "SafeZoneY + (808.766666666667 / 1080) * SafeZoneH";
- w = "(64 / 1920) * SafeZoneW";
- h = "(20 / 1080) * SafeZoneH";
- text = "Role";
- sizeEx = 0.06;
- font = "TahomaB";
- };
- };
- idd = -1;
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement