Advertisement
X39

Untitled

X39
Jul 16th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. class MyDialog
  2. {
  3. class controls
  4. {
  5. class Btn_Respawn : RscButton
  6. {
  7. x = "SafeZoneX + (1582.5 / 1920) * SafeZoneW";
  8. y = "SafeZoneY + (952.6 / 1080) * SafeZoneH";
  9. w = "(304 / 1920) * SafeZoneW";
  10. h = "(91 / 1080) * SafeZoneH";
  11. font = "TahomaB";
  12. text = "Respawn";
  13. sizeEx = 0.2;
  14. };
  15. class Btn_Spectate : RscButton
  16. {
  17. x = "SafeZoneX + (36.5 / 1920) * SafeZoneW";
  18. y = "SafeZoneY + (956.6 / 1080) * SafeZoneH";
  19. w = "(303.999999999999 / 1920) * SafeZoneW";
  20. h = "(91 / 1080) * SafeZoneH";
  21. text = "Spectate";
  22. sizeEx = 0.2;
  23. };
  24. class InfoBackground : IGUIBack
  25. {
  26. x = "SafeZoneX + (627.5 / 1920) * SafeZoneW";
  27. y = "SafeZoneY + (802.3 / 1080) * SafeZoneH";
  28. w = "(755 / 1920) * SafeZoneW";
  29. h = "(260 / 1080) * SafeZoneH";
  30. colorBackground[] = {0, 0, 0, 0.3};
  31. };
  32. class AmountBackground : IGUIBack
  33. {
  34. x = "SafeZoneX + (1130.21487603306 / 1920) * SafeZoneW";
  35. y = "SafeZoneY + (838.266666666667 / 1080) * SafeZoneH";
  36. w = "(225 / 1920) * SafeZoneW";
  37. h = "(50 / 1080) * SafeZoneH";
  38. colorBackground[] = {0, 0, 0, 0.4};
  39. };
  40. class List_SpawnLocation : RscListBox
  41. {
  42. x = "SafeZoneX + (652.80785123967 / 1920) * SafeZoneW";
  43. y = "SafeZoneY + (836.15 / 1080) * SafeZoneH";
  44. w = "(210 / 1920) * SafeZoneW";
  45. h = "(215 / 1080) * SafeZoneH";
  46. };
  47. class MyRscListBox : RscListBox
  48. {
  49. x = "SafeZoneX + (865.944214876033 / 1920) * SafeZoneW";
  50. y = "SafeZoneY + (835.316666666667 / 1080) * SafeZoneH";
  51. w = "(245 / 1920) * SafeZoneW";
  52. h = "(215 / 1080) * SafeZoneH";
  53. };
  54. class Txt_AmountText : RscText
  55. {
  56. x = "SafeZoneX + (1135.21487603306 / 1920) * SafeZoneW";
  57. y = "SafeZoneY + (839.933333333333 / 1080) * SafeZoneH";
  58. font = "TahomaB";
  59. text = "Reinforcements of selected role:";
  60. w = "(214 / 1920) * SafeZoneW";
  61. h = "(16 / 1080) * SafeZoneH";
  62. sizeEx = 0.05;
  63. };
  64. class Txt_AmountValue : RscText
  65. {
  66. x = "SafeZoneX + (1136.04820936639 / 1920) * SafeZoneW";
  67. y = "SafeZoneY + (860.766666666667 / 1080) * SafeZoneH";
  68. text = "-1";
  69. sizeEx = 0.05;
  70. w = "(64 / 1920) * SafeZoneW";
  71. h = "(16 / 1080) * SafeZoneH";
  72. };
  73. class Txt_RespawnLocation : RscText
  74. {
  75. x = "SafeZoneX + (653.486850065732 / 1920) * SafeZoneW";
  76. y = "SafeZoneY + (807.266666666667 / 1080) * SafeZoneH";
  77. w = "(144 / 1920) * SafeZoneW";
  78. h = "(24 / 1080) * SafeZoneH";
  79. text = "Respawn location";
  80. sizeEx = 0.06;
  81. font = "TahomaB";
  82. };
  83. class Txt_Role : RscText
  84. {
  85. x = "SafeZoneX + (868.153516732399 / 1920) * SafeZoneW";
  86. y = "SafeZoneY + (808.766666666667 / 1080) * SafeZoneH";
  87. w = "(64 / 1920) * SafeZoneW";
  88. h = "(20 / 1080) * SafeZoneH";
  89. text = "Role";
  90. sizeEx = 0.06;
  91. font = "TahomaB";
  92. };
  93. };
  94. idd = -1;
  95. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement