Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.75 KB | None | 0 0
  1. /////////////////////////////////////////////////////////////////
  2. /////////// This File was Edited by GUI D3V by Shinji ///////////
  3. /////////////////////////////////////////////////////////////////
  4. class shops_menu {
  5. idd = 2400;
  6. name = "shops_menu";
  7. movingenable = 0;
  8. enablesimulation = 1;
  9. class controlsBackground
  10. {
  11. class Background : Life_RscPicture
  12. {
  13. idc = 1000;
  14. text = "textures/FreiLifeBackground.png";
  15. x = 0.1 * safezoneW + safezoneX;
  16. y = 0.200435729847495 * safezoneH + safezoneY;
  17. w = 0.8 * safezoneW;
  18. h = 0.599854756717502 * safezoneH;
  19. };
  20. class MainBackground : Life_RscText
  21. {
  22. colorbackground[] = {0, 0, 0, 0.7};
  23. idc = -1;
  24. x = 0.355859375 * safezoneW + safezoneX;
  25. y = 0.311538126361656 * safezoneH + safezoneY;
  26. w = 0.516796875 * safezoneW;
  27. h = 0.458251270878722 * safezoneH;
  28. };
  29. class vasText : Life_RscText
  30. {
  31. idc = -1;
  32. colorbackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", 0.5};
  33. text = "$STR_VS_SI";
  34. sizeex = 0.04;
  35. x = 0.356171875 * safezoneW + safezoneX;
  36. y = 0.312120551924473 * safezoneH + safezoneY;
  37. w = 0.252265625 * safezoneW;
  38. h = 0.04 * safezoneH;
  39. };
  40. class vasgText : Life_RscText
  41. {
  42. idc = -1;
  43. colorbackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", 0.5};
  44. text = "$STR_VS_PI";
  45. sizeex = 0.04;
  46. x = 0.62 * safezoneW + safezoneX;
  47. y = 0.312120551924473 * safezoneH + safezoneY;
  48. w = 0.252265625 * safezoneW;
  49. h = 0.04 * safezoneH;
  50. };
  51. };
  52. class controls
  53. {
  54. class itemList : Life_RscListBox
  55. {
  56. idc = 2401;
  57. text = "";
  58. sizeex = 0.030;
  59. x = 0.356171875 * safezoneW + safezoneX;
  60. y = 0.351488743645606 * safezoneH + safezoneY;
  61. w = 0.252265625 * safezoneW;
  62. h = 0.344226579520697 * safezoneH;
  63. };
  64. class pItemlist : Life_RscListBox
  65. {
  66. idc = 2402;
  67. text = "";
  68. sizeex = 0.030;
  69. x = 0.62 * safezoneW + safezoneX;
  70. y = 0.351488743645606 * safezoneH + safezoneY;
  71. w = 0.252265625 * safezoneW;
  72. h = 0.344226579520697 * safezoneH;
  73. };
  74. class buyEdit : Life_RscEdit
  75. {
  76. idc = 2404;
  77. text = "1";
  78. sizeex = 0.030;
  79. x = 0.3565625 * safezoneW + safezoneX;
  80. y = 0.694989106753813 * safezoneH + safezoneY;
  81. w = 0.252265625 * safezoneW;
  82. h = 0.0298692810457517 * safezoneH;
  83. };
  84. class sellEdit : Life_RscEdit
  85. {
  86. idc = 2405;
  87. text = "1";
  88. sizeex = 0.030;
  89. x = 0.62 * safezoneW + safezoneX;
  90. y = 0.694989106753813 * safezoneH + safezoneY;
  91. w = 0.252265625 * safezoneW;
  92. h = 0.0298692810457517 * safezoneH;
  93. };
  94. class ButtonAddG : Life_RscButtonMenu
  95. {
  96. idc = -1;
  97. text = "$STR_VS_BuyItem";
  98. colorbackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", 0.5};
  99. onbuttonclick = "[] spawn life_fnc_virt_buy;";
  100. x = 0.404765625 * safezoneW + safezoneX;
  101. y = 0.729048656499637 * safezoneH + safezoneY;
  102. w = 0.15625 * safezoneW;
  103. h = 0.0399999999999999 * safezoneH;
  104. };
  105. class ButtonRemoveG : Life_RscButtonMenu
  106. {
  107. idc = -1;
  108. text = "$STR_VS_SellItem";
  109. colorbackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", 0.5};
  110. onbuttonclick = "[] call life_fnc_virt_sell";
  111. x = 0.67140625 * safezoneW + safezoneX;
  112. y = 0.729048656499637 * safezoneH + safezoneY;
  113. w = 0.15625 * safezoneW;
  114. h = 0.0399999999999999 * safezoneH;
  115. };
  116. };
  117. };
  118. /////////////////////////////////////////////////////////////////
  119. ////////////////////////// FILE END /////////////////////////////
  120. /////////////////////////////////////////////////////////////////
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement