Advertisement
Guest User

Untitled

a guest
Jan 20th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. // Config control as class :
  2.  
  3. ////////////////////////////////////////////////////////
  4. // GUI EDITOR OUTPUT START (by Der Kroi, v1.063, #Totyvy)
  5. ////////////////////////////////////////////////////////
  6.  
  7. class DK_GUI_Jacob_SelectWeapon_01: RscButton
  8. {
  9. idc = 1600;
  10. text = "Assault Rifle : AK-12 GL 7.62 mm (Apex DLC)"; //--- ToDo: Localize;
  11. x = 0.341345 * safezoneW + safezoneX;
  12. y = 0.28371 * safezoneH + safezoneY;
  13. w = 0.317311 * safezoneW;
  14. h = 0.0564236 * safezoneH;
  15. sizeEx = 1.4 * GUI_GRID_H;
  16. };
  17. class DK_GUI_Jacob_SelectWeapon_02: RscButton
  18. {
  19. idc = 1601;
  20. text = "Assault Rifle : MX 3GL 6.5 mm"; //--- ToDo: Localize;
  21. x = 0.341345 * safezoneW + safezoneX;
  22. y = 0.377749 * safezoneH + safezoneY;
  23. w = 0.317311 * safezoneW;
  24. h = 0.0564236 * safezoneH;
  25. sizeEx = 1.4 * GUI_GRID_H;
  26. };
  27. class DK_GUI_Jacob_SelectWeapon_03: RscButton
  28. {
  29. idc = 1602;
  30. text = "Light Machine Gun : Zafir 7.62 mm"; //--- ToDo: Localize;
  31. x = 0.341345 * safezoneW + safezoneX;
  32. y = 0.471788 * safezoneH + safezoneY;
  33. w = 0.317311 * safezoneW;
  34. h = 0.0564236 * safezoneH;
  35. sizeEx = 1.4 * GUI_GRID_H;
  36. };
  37. class DK_GUI_Jacob_SelectWeapon_04: RscButton
  38. {
  39. idc = 1603;
  40. text = "Light Machine Gun : LIM-85 5.56 mm (Apex DLC)"; //--- ToDo: Localize;
  41. x = 0.341345 * safezoneW + safezoneX;
  42. y = 0.565828 * safezoneH + safezoneY;
  43. w = 0.317311 * safezoneW;
  44. h = 0.0564236 * safezoneH;
  45. sizeEx = 1.4 * GUI_GRID_H;
  46. };
  47. class DK_GUI_Jacob_SelectWeapon_05: RscButton
  48. {
  49. idc = 1604;
  50. text = "Sniper Rifle : M320 LRR .408 "; //--- ToDo: Localize;
  51. x = 0.341345 * safezoneW + safezoneX;
  52. y = 0.659867 * safezoneH + safezoneY;
  53. w = 0.317311 * safezoneW;
  54. h = 0.0564236 * safezoneH;
  55. sizeEx = 1.4 * GUI_GRID_H;
  56. };
  57. ////////////////////////////////////////////////////////
  58. // GUI EDITOR OUTPUT END
  59. ////////////////////////////////////////////////////////
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement