Advertisement
Joxse

aaa

Oct 19th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.45 KB | None | 0 0
  1. cashSymbol = "$";
  2. rotationSpeed = 2;
  3. saveFunction = "[] call SOCK_fnc_updateRequest";
  4.  
  5. class localization {
  6. msgParamEmpty = "Shop Parameter is empty!";
  7. msgInVehicle = "You cannot be in a Vehicle!";
  8. msgShopExists = "Shop doesn't Exist!";
  9. msgCondition = "Not permitted to access this Shop!";
  10. msgCashOnHand = "Cash on Hand - %1%2";
  11. msgCartTotal = "Your Cart - %1%2";
  12. msgInfoTooltip = "--> HOLD YOUR LEFT MOUSE BUTTON DOWN WHILE MOVING MOUSE TO ROTATE WEAPON.\n--> DOUBLE CLICK ON AN ITEM IN THE CART TO REMOVE IT.\n--> USE THE 'OVERRIDE GEAR' CHECKBOX TO REPLACE WEAPONS ON HAND WITH PURCHASED WEAPONS.";
  13. msgInfoTooltip2 = "--> DOUBLE CLICK ON AN ITEM IN THE CART TO REMOVE IT.\n--> USE THE 'OVERRIDE GEAR' CHECKBOX TO REPLACE WEAPONS ON HAND WITH PURCHASED WEAPONS.";
  14. msgEmptyShop = "Nothing Found...";
  15. msgInfoText = "<t color='#FFFFFF'>Price:</t> <t color='%1'>%3%2</t>";
  16. msgCartFull = "Cart is Full";
  17. msgCartEmpty = "Cart is Empty";
  18. msgNotEnoughCash = "Not enough Cash for this Transaction";
  19. msgOverrideAlert = "Use the override feature to override gear!";
  20. msgTransactionComplete = "Purchase completed for %1%2";
  21. msgNotEnoughSpace = "You didn't have enough space for all the items. You however only paid for those you had space for!";
  22. msgClear = "Clear";
  23. msgSearch = "Search";
  24. #define dialogTabWeapon "Weapon"
  25. #define dialogTabMagazines "Magazines"
  26. #define dialogTabAttachments "Attachments"
  27. #define dialogTabOther "Other"
  28. #define dialogAddBtn "Add"
  29. #define dialogOverrideTooltip "Override Gear"
  30. #define dialogCompleteBtn "Complete"
  31. #define dialogCloseBtn "Close"
  32. };
  33.  
  34. class shops {
  35.  
  36. class cop_boatwep {
  37. title = "Cadet Armoury";
  38. condition = "call life_coplevel >= 1";
  39. simple = 0;
  40. maxCart = 25;
  41.  
  42. weapons[] = {
  43. {"arifle_SDAR_F", 2200, "true", ""}
  44. };
  45.  
  46. magazines[] = {
  47. {"20Rnd_556x45_UW_mag", 10, "true", ""}
  48. };
  49.  
  50. attachments[] = {
  51. };
  52. };
  53.  
  54. class cop_general {
  55. title = "Cop General Store";
  56. condition = "call life_coplevel >= 1";
  57. simple = 0;
  58. maxCart = 25;
  59.  
  60. weapons[] = {
  61. };
  62.  
  63. magazines[] = {
  64.  
  65. };
  66.  
  67. attachments[] = {
  68.  
  69. };
  70.  
  71. items[] = {
  72. { "Binocular", 250, "true", ""},
  73. { "ItemGPS", 500, "true", ""},
  74. { "ItemMap", 10, "true", ""},
  75. { "ItemCompass", 10, "true", ""}
  76. };
  77. };
  78.  
  79. class cop_cadet {
  80. title = "Cadet Armoury";
  81. condition = "call life_coplevel >= 1";
  82. simple = 0;
  83. maxCart = 25;
  84.  
  85. weapons[] = {
  86.  
  87. {"tf_anprc152", 15, "true", ""},
  88. {"CSW_M26C", 50, "true", ""},
  89. {"RH_g17", 1550, "true", ""},
  90. {"RH_g19", 1650, "true", ""},
  91. {"RH_m1911", 1700, "true", ""},
  92. {"hlc_smg_MP5N", 2300, "true", ""},
  93. {"hlc_smg_mp5a3", 3400, "true", ""},
  94. {"CSW_M870", 2350, "true", ""}
  95. };
  96.  
  97. magazines[] = {
  98. {"CSW_Taser_Probe_Mag", 5, "true", ""},
  99. {"RH_17Rnd_9x19_g17", 50, "true", ""},
  100. {"RH_7Rnd_45cal_m1911", 50, "true", ""},
  101. {"hlc_30Rnd_9x19_B_MP5", 90, "true", ""},
  102. {"CSW_M870_8Rnd_buck", 50, "true", ""}
  103. };
  104.  
  105. attachments[] = {
  106. { "RH_barska_rds", 70, "true", ""},
  107. { "RH_cmore", 70, "true", ""},
  108. { "RH_eotech553", 70, "true", ""},
  109. { "acc_flashlight", 170, "true", ""},
  110. };
  111. };
  112.  
  113. class cop_ofcsnr {
  114. title = "Officer/Senior Armoury";
  115. condition = "call life_coplevel >= 2";
  116. simple = 0;
  117. maxCart = 25;
  118.  
  119. weapons[] = {
  120.  
  121. {"tf_anprc152", 15, "true", ""},
  122. {"CSW_M26C", 50, "true", ""},
  123. {"RH_mp412", 2000, "true", ""},
  124. {"RH_p226", 2100, "true", ""},
  125. {"hlc_smg_MP5N", 2300, "true", ""},
  126. {"hlc_smg_mp5a3", 3400, "true", ""},
  127. {"RH_M4A1_ris", 6500, "true", ""},
  128. {"hlc_rifle_RU556", 7000, "true", ""},
  129. {"hlc_rifle_CQBR", 7000, "true", ""},
  130. {"hlc_rifle_ACR_full_black", 7000, "true", ""},
  131. {"hlc_rifle_bcmjack", 7000, "true", ""},
  132. {"CSW_M870", 2350, "true", ""},
  133. {"hlc_smg_mp510", 6000, "true", ""}
  134. };
  135.  
  136. magazines[] = {
  137. {"CSW_Taser_Probe_Mag", 5, "true", ""},
  138. {"RH_6Rnd_357_Mag", 50, "true", ""},
  139. {"RH_15Rnd_9x19_SIG", 50, "true", ""},
  140. {"hlc_30Rnd_9x19_B_MP5", 90, "true", ""},
  141. {"hlc_30rnd_556x45_EPR", 90, "true", ""},
  142. {"hlc_30rnd_556x45_EPR", 90, "true", ""},
  143. {"RH_30Rnd_556x45_mk262", 150, "true", ""},
  144. {"CSW_M870_8Rnd_buck", 50, "true", ""},
  145. { "hlc_30Rnd_10mm_B_MP5", 50, "true", ""}
  146. };
  147.  
  148. attachments[] = {
  149. { "RH_barska_rds", 70, "true", ""},
  150. { "RH_cmore", 70, "true", ""},
  151. { "RH_eotech553", 70, "true", ""},
  152. { "acc_flashlight", 170, "true", ""},
  153. { "optic_MRCO", 170, "true", ""},
  154. { "RH_eotech553", 170, "true", ""},
  155. { "RH_LTdocter", 170, "true", ""},
  156. { "RH_barska_rds", 170, "true", ""},
  157. { "RH_cmore", 170, "true", ""},
  158. { "optic_RCO", 170, "true", ""},
  159. { "optic_Arco_blk_F", 500, "true", ""}
  160. };
  161. };
  162. class cop_cpl {
  163. title = "Corporal Armoury";
  164. condition = "call life_coplevel >= 3";
  165. simple = 0;
  166. maxCart = 25;
  167.  
  168. weapons[] = {
  169.  
  170. {"tf_anprc152", 15, "true", ""},
  171. {"CSW_M26C", 50, "true", ""},
  172. {"RH_tt33", 1150, "true", ""},
  173. {"RH_M4_moe_g", 2500, "true", ""},
  174. {"hlc_rifle_SAMR", 2500, "true", ""},
  175. {"arifle_SPAR_01_blk_F", 2500, "true", ""},
  176. {"RH_M16A4", 6500, "true", ""},
  177. {"hlc_rifle_ACR_SBR_black", 9000, "true", ""},
  178. {"hlc_rifle_augsrcarb_b", 9000, "true", ""},
  179. {"CSW_M870", 2350, "true", ""}
  180. };
  181.  
  182. magazines[] = {
  183. {"CSW_Taser_Probe_Mag", 5, "true", ""},
  184. {"CSW_M870_8Rnd_buck", 50, "true", ""},
  185. {"8Rnd_45GAP_Magazine", 50, "true", ""},
  186. {"RH_8Rnd_762_tt33", 50, "true", ""},
  187. {"RH_30Rnd_556x45_mk262", 150, "true", ""},
  188. {"30Rnd_556x45_Stanag", 150, "true", ""},
  189. {"RH_30Rnd_556x45_mk262", 150, "true", ""},
  190. {"hlc_30rnd_556x45_EPR";, 150, "true", ""}
  191. {"hlc_30rnd_556x45_SPR", 150, "true", ""}
  192. };
  193.  
  194. attachments[] = {
  195. { "RH_barska_rds", 70, "true", ""},
  196. { "SCAR_10_Inches_Barrel", 270, "true", ""},
  197. { "acc_pointer_IR", 70, "true", ""},
  198. { "RH_cmore", 70, "true", ""},
  199. { "RH_eotech553", 70, "true", ""},
  200. { "RH_eotech553mag", 70, "true", ""},
  201. { "RH_compM2", 70, "true", ""}
  202. };
  203. };
  204.  
  205. class cop_sgt {
  206. title = "Sergeant Armoury";
  207. condition = "call life_coplevel >= 4";
  208. simple = 0;
  209. maxCart = 25;
  210.  
  211. weapons[] = {
  212.  
  213. {"tf_anprc152", 15, "true", ""},
  214. {"RH_uspm", 2250, "true", ""},
  215. {"RH_gsh18", 3150, "true", ""},
  216. {"RH_deagle", 3400, "true", ""},
  217. {"RH_sbr9", 3500, "true", ""},
  218. {"RH_M4sbr_b", 9500, "true", ""},
  219. {"hlc_rifle_auga3_b", 7500, "true", ""},
  220. {"arifle_SDAR_F", 7500, "true", ""},
  221. {"RH_M4A6", 7500, "true", ""},
  222. {"hlc_rifle_bcmblackjack", 7000, "true", ""},
  223. {"hlc_rifle_Bushmaster300", 7000, "true", ""},
  224. {"arifle_MSBS65_UBS_black_F", 7000, "true", ""}
  225. {"hlc_rifle_G36C", 6000, "true", ""},
  226. {"hlc_rifle_vendimus", 6000, "true", ""},
  227. {"hlc_rifle_ACR68_full_black", 6000, "true", ""},
  228. {"CSW_M870", 2350, "true", ""}
  229. };
  230.  
  231. magazines[] = {
  232. {"CSW_Taser_Probe_Mag", 5, "true", ""},
  233. {"CSW_M870_8Rnd_buck", 50, "true", ""},
  234. {"RH_16Rnd_40cal_usp", 50, "true", ""},
  235. {"RH_18Rnd_9x19_gsh", 50, "true", ""},
  236. {"RH_7Rnd_50_AE", 50, "true", ""},
  237. {"hlc_30rnd_556x45_SPR_G36", 150, "true", ""},
  238. {"20Rnd_556x45_UW_mag", 150, "true", ""},
  239. {"29rnd_300BLK_STANAG", 150, "true", ""},
  240. {"RH_32Rnd_9mm_M822", 50, "true", ""},
  241. {30Rnd_65x39_caseless_msbs_mag", 50, "true", ""},
  242. {"6Rnd_12Gauge_Pellets", 50, "true", ""},
  243. {"6Rnd_12Gauge_Slug", 50, "true", ""},
  244. {"hlc_30Rnd_556x45_B_AUG", 150, "true", ""},
  245. {"hlc_30rnd_68x43_FMJ"", 150, "true", ""},
  246. {"RH_30Rnd_556x45_Mk262", 150, "true", ""}
  247. {"RH_30Rnd_68x43_Match", 50, "true", ""},
  248.  
  249. };
  250.  
  251. attachments[] = {
  252. { "RH_barska_rds", 70, "true", ""},
  253. { "RH_cmore", 70, "true", ""},
  254. { "RH_eotech553", 70, "true", ""},
  255. { "acc_pointer_IR", 70, "true", ""},
  256. { "RH_compm4s", 170, "true", ""},
  257. { "RH_compM2", 170, "true", ""},
  258. { "RH_ta31rmr_2D", 170, "true", ""},
  259. { "optic_RCO", 170, "true", ""},
  260. { "optic_Arco_blk_F", 170, "true", ""}
  261. };
  262. };
  263.  
  264. class cop_dcommand {
  265. title = "Command Armoury";
  266. condition = "call life_coplevel >= 5";
  267. simple = 0;
  268. maxCart = 25;
  269.  
  270. weapons[] = {
  271. {"tf_anprc152", 15, "true", ""},
  272. {"CSW_M26C", 50, "true", ""},
  273. {"RH_deagle", 3000, "true", ""},
  274. {"RH_fnp45", 2350, "true", ""},
  275. {"SMG_03_black", 3500, "true", ""},
  276. {"hlc_rifle_RU5562", 8000, "true", ""},
  277. {"RH_Hk416s", 7500, "true", ""},
  278. {"arifle_M8_F", 7800, "true", ""},
  279. {"arifle_SPAR_03_blk_F", 4000, "true", ""},
  280. {"hlc_rifle_falosw", 7800, "true", ""},
  281. {"RH_M4A6", 7500, "true", ""},
  282. {"CSW_M870", 2350, "true", ""}
  283. };
  284.  
  285. magazines[] = {
  286. {"CSW_Taser_Probe_Mag", 5, "true", ""},
  287. {"CSW_M870_8Rnd_buck", 50, "true", ""},
  288. {"RH_7Rnd_50_AE", 50, "true", ""},
  289. {"RH_15Rnd_45cal_fnp", 50, "true", ""},
  290. {"50Rnd_570x28_SMG_03", 150, "true", ""},
  291. {"hlc_30rnd_556x45_SPR", 150, "true", ""},
  292. {"20Rnd_762x51_Mag", 150, "true", ""},
  293. {"RH_30Rnd_556x45_Mk262", 150, "true", ""},
  294. {"7Rndx2_KSG_buck_mag", 50, "true", ""},
  295. {"hlc_20Rnd_762x51_B_fal", 50, "true", ""},
  296. {"RH_30Rnd_68x43_Match", 50, "true", ""},
  297. {"30Rnd_556x45_Stanag", 150, "true", ""}
  298. };
  299.  
  300. attachments[] = {
  301. { "RH_barska_rds", 70, "true", ""},
  302. { "RH_cmore", 70, "true", ""},
  303. { "RH_eotech553", 70, "true", ""},
  304. { "RH_compm4s", 170, "true", ""},
  305. { "acc_pointer_IR", 70, "true", ""},
  306. { "RH_compM2", 170, "true", ""},
  307. { "RH_eothhs1", 170, "true", ""},
  308. { "RH_ta31rmr_2D", 170, "true", ""},
  309. { "optic_RCO", 170, "true", ""}
  310. };
  311. };
  312.  
  313. class cop_swat {
  314. title = "S.W.A.T Armoury";
  315. condition = "call life_coplevel >= 6";
  316. simple = 0;
  317. maxCart = 25;
  318.  
  319. weapons[] = {
  320.  
  321. {"tf_anprc152", 15, "true", ""},
  322. {"CSW_M26C", 250, "true", ""},
  323. {"Rangefinder",250,"true",""},
  324. {"sgun_HunterShotgun_01_F", 7500, "true", ""},
  325. {"sgun_HunterShotgun_01_sawedoff_F", 7500, "true", ""},
  326. {"RH_M16A6", 7500, "true", ""},
  327. {"RH_M4A6", 7500, "true", ""},
  328. {"RH_M16A6", 7500, "true", ""},
  329. {"hlc_smg_mp510", 7500, "true", ""},
  330. {"hlc_smg_mp5sd5", 7500, "true", ""},
  331. {"hlc_smg_mp5sd6", 7500, "true", ""},
  332. {"SMG_03C_TR_black", 7500, "true", ""},
  333. {"SMG_03_TR_black", 7500, "true", ""},
  334. {"RH_Hk416", 7500, "true", ""},
  335. {"hlc_rifle_honeybadger", 7500, "true", ""},
  336. {"hlc_rifle_awmagnum", 25000, "true", ""},
  337. {"RH_M4_moe", 7500, "true", ""}
  338. };
  339.  
  340. magazines[] = {
  341. {"CSW_Taser_Probe_Mag", 5, "true", ""},
  342. {"hlc_30rnd_556x45_SPR", 50, "true", ""},
  343. {"RH_30Rnd_68x43_Match", 50, "true", ""},
  344. {50Rnd_570x28_SMG_03", 50, "true", ""},
  345. {"hlc_30Rnd_10mm_B_MP5", 50, "true", ""},
  346. {"hlc_30Rnd_9x19_B_MP5"; 50, "true", ""},
  347. {"RH_30Rnd_556x45_Mk262", 50, "true", ""},
  348. {"hlc_5rnd_300WM_mk248_AWM", 50, "true", ""},
  349. {"29rnd_300BLK_STANAG";, 50, "true", ""},
  350. {"2Rnd_12Gauge_Pellets";, 50, "true", ""}
  351. {"CSW_Taser_Probe_Mag", 50, "true", ""}
  352. };
  353.  
  354. attachments[] = {
  355. { "optic_Arco_blk_F", 100, "true", ""},
  356. { "RH_cmore", 100, "true", ""},
  357. { "RH_eotech553mag", 100, "true", ""},
  358. { "RH_leu_mk4", 100, "true", ""},
  359. { "RH_shortdot", 100, "true", ""}
  360. { "optic_AMS", 100, "true", ""}
  361.  
  362. };
  363. };
  364.  
  365. class cop_scommand {
  366. title = "State Command Armoury";
  367. condition = "call life_coplevel >= 7";
  368. simple = 0;
  369. maxCart = 25;
  370.  
  371. weapons[] = {
  372.  
  373. {"tf_anprc152", 15, "true", ""},
  374. {"CSW_M26C", 50, "true", ""},
  375. {"Rangefinder",250,"true",""},
  376. {"CSW_M500", 3500, "true", ""},
  377. {"hlc_rifle_saiga12k", 4000, "true", ""},
  378. {"arifle_RPK12_F", 7500, "true", ""},
  379. {"hlc_rifle_M21_Rail", 7500, "true", ""},
  380. {"srifle_DMR_03_F";, 7500, "true", ""},
  381. {"hlc_rifle_m14sopmod", 7500, "true", ""},
  382. {"LAGO_KU98K"", 10000, "true", ""},
  383. {"hlc_rifle_M14dmr_Rail", 7500, "true", ""},
  384. {"RH_M16A6", 7500, "true", ""}
  385. };
  386.  
  387. magazines[] = {
  388. {"CSW_Taser_Probe_Mag", 5, "true", ""},
  389. {"CSW_M870_8Rnd_buck", 50, "true", ""},
  390. {"hlc_20Rnd_762x51_B_M14", 150, "true", ""}
  391. {"CSW_5Rnd_127x41_Magnum", 150, "true", ""},
  392. {"hlc_10rnd_12g_buck_S12", 150, "true", ""},
  393. {"RH_30Rnd_68x43_FMJ", 175, "true", ""},
  394. {"75rnd_762x39_AK12_Mag_F", 175, "true", ""},
  395.  
  396.  
  397. {"RH_30Rnd_556x45_M855A1", 150, "true", ""}
  398. {"KU98K_MAG";, 200, "true", ""},
  399. {"20Rnd_762x51_Mag";, 50, "true", ""},
  400. };
  401.  
  402. attachments[] = {
  403. { "RH_barska_rds", 70, "true", ""},
  404. { "RH_cmore", 70, "true", ""},
  405. { "RH_eotech553", 70, "true", ""},
  406. { "acc_pointer_IR", 70, "true", ""},
  407. { "RH_compm4s", 170, "true", ""},
  408. { "RH_compM2", 170, "true", ""},
  409. { "iansky_specterdrkf", 2000, "true", ""},
  410. { "RH_eothhs1", 170, "true", ""}
  411. };
  412. };
  413.  
  414. class rebel {
  415. title = "Rebel Store";
  416. condition = "(missionNamespace getVariable ['mav_ttm_var_rebel',0]) isEqualTo 1";
  417. simple = 0;
  418. maxCart = 25;
  419.  
  420. weapons[] = {
  421. { "ItemGPS", 500, "true", ""},
  422. { "pmc_earpiece", 10000, "true", "Night Vision"},
  423. { "tf_anprc152", 25, "true", ""},
  424. { "RH_g18", 15600, "true", ""},
  425. { "RH_sbr9_des", 20000, "true", ""},
  426. { "hlc_smg_mp5k", 22600, "true", ""},
  427. { "RH_tec9", 11600, "true", ""},
  428. { "RH_Deaglem", 12600, "true", ""},
  429. { "hlc_rifle_aks74u", 35600, "true", ""}
  430. };
  431.  
  432. magazines[] = {
  433. { "RH_19Rnd_9x19_g18", 50, "true", ""},
  434. { "hlc_30Rnd_9x19_B_MP5", 50, "true", ""},
  435. { "RH_32Rnd_9x19_tec", 50, "true", ""},
  436. { "RH_7Rnd_50_AE", 50, "true", ""},
  437. { "50Rnd_570x28_SMG_03", 250, "true", ""},
  438. { "10Rnd_303_Magazine", 50, "true", ""},
  439. { "hlc_30Rnd_545x39_B_AK", 50, "true", ""},
  440. { "7Rndx2_KSG_buck_mag", 50, "true", ""},
  441. { "RH_32Rnd_9mm_M822", 50, "true", ""}
  442. };
  443.  
  444. attachments[] = {
  445. { "RH_barska_rds", 370, "true", ""},
  446. { "RH_cmore", 470, "true", ""},
  447. { "RH_eotech553", 470, "true", ""},
  448. { "RH_compm4s", 570, "true", ""},
  449. { "RH_compM2", 570, "true", ""},
  450. { "iansky_t1", 570, "true", ""},
  451. { "iansky_rds", 570, "true", ""}
  452. };
  453. };
  454.  
  455. class rebelA {
  456. title = "Advanced Rebel Store";
  457. condition = "(missionNamespace getVariable ['mav_ttm_var_rebelA',0]) isEqualTo 1";
  458. simple = 0;
  459. maxCart = 25;
  460.  
  461. weapons[] = {
  462. { "ItemGPS", 500, "true", ""},
  463. { "tf_anprc152", 25, "true", ""},
  464. { "pmc_earpiece", 10000, "true", "Night Vision"},
  465. { "hlc_smg_mp510", 20000, "true", ""},
  466. { "SMG_03C_black", 22000, "true", ""},
  467. { "SMG_03_black", 25000, "true", ""},
  468. { "RH_M16A2", 45000, "true", ""},
  469. { "RH_M16A3", 65000, "true", ""},
  470. { "RH_M16A4_m", 73000, "true", ""},
  471. { "RH_m4", 70000, "true", ""},
  472. { "RH_M4_ris", 82000, "true", ""},
  473. { "PMC_m4m203", 85000, "true", ""},
  474. { "RH_M4m_b", 76000, "true", ""},
  475. { "RH_M4_moe_g", 78000, "true", ""},
  476. { "arifle_M8_C_F", 70000, "true", ""},
  477. { "arifle_M8_DMR_F", 80000, "true", ""},
  478. { "hlc_rifle_SAMR", 110000, "true", ""},
  479. { "RH_Hk416c", 68000, "true", ""},
  480. { "RH_Hk416", 81000, "true", ""},
  481. { "hlc_rifle_ACR_SBR_green", 75000, "true", ""},
  482. { "hlc_rifle_ACR_mid_green", 80000, "true", ""},
  483. { "hlc_rifle_G36C", 77000, "true", ""},
  484. { "hlc_rifle_G36E1AG36_Romi", 84000, "true", ""},
  485. { "hlc_rifle_auga3_GL", 88000, "true", ""},
  486. { "hlc_rifle_auga3", 82000, "true", ""},
  487. { "RH_M4sbr", 80000, "true", ""},
  488. { "RH_M4A6", 60000, "true", ""},
  489. { "RH_M27IAR", 60000, "true", ""},
  490. { "LAGO_KU98K", 130000, "true", ""}
  491. };
  492.  
  493. magazines[] = {
  494. { "7Rndx2_KSG_buck_mag", 350, "true", ""},
  495. { "6Rnd_00_Buckshot_Magazine", 150, "true", ""},
  496. { "hlc_30rnd_556x45_EPR", 450, "true", ""},
  497. { "hlc_30Rnd_556x45_B_AUG", 450, "true", ""},
  498. { "RH_30Rnd_556x45_M855A1", 450, "true", ""},
  499. { "30Rnd_556x45_Stanag", 450, "true", ""},
  500. { "50Rnd_570x28_SMG_03", 550, "true", ""},
  501. { "hlc_30rnd_556x45_EPR_G36", 450, "true", ""},
  502. { "hlc_30Rnd_10mm_B_MP5", 150, "true", ""},
  503. { "RH_30Rnd_556x45_Mk262", 150, "true", ""},
  504. { "RH_30Rnd_68x43_Match", 200, "true", ""},
  505. { "KU98K_MAG", 200, "true", ""}
  506. };
  507.  
  508. attachments[] = {
  509. { "SCAR_14_Inches_Barrel", 370, "true", ""},
  510. { "RH_barska_rds", 370, "true", ""},
  511. { "RH_cmore", 470, "true", ""},
  512. { "RH_eotech553", 470, "true", ""},
  513. { "RH_compm4s", 570, "true", ""},
  514. { "RH_compM2", 570, "true", ""},
  515. { "hlc_optic_kobra", 3000, "true", ""},
  516. { "optic_Hamr", 800, "true", ""},
  517. { "optic_Arco_blk_F", 1000, "true", ""},
  518. { "RH_ta31rmr_2D", 5570, "true", ""},
  519. { "iansky_specterdrkf", 3500, "true", ""},
  520. { "optic_KHS_old" , 10000, "true", ""}
  521. };
  522. };
  523.  
  524. class genstore {
  525. title = "Lakeside General Store";
  526. condition = "";
  527. simple = 0;
  528. maxCart = 25;
  529.  
  530. weapons[] = {
  531. { "CG_BAT", 700, "true", ""},
  532. { "tf_anprc152", 25, "true", ""}
  533. };
  534.  
  535. items[] = {
  536. { "Binocular", 250, "true", ""},
  537. { "ItemGPS", 500, "true", ""},
  538. { "ItemMap", 10, "true", ""},
  539. { "ItemCompass", 10, "true", ""}
  540. };
  541.  
  542. magazines[] = {
  543. { "nonlethal_swing", 150, "true", "Swing"}
  544. };
  545. };
  546.  
  547.  
  548. class f_station_store {
  549. title = "Lakeside Fuel Station Store";
  550. condition = "";
  551. simple = 0;
  552. maxCart = 25;
  553.  
  554. items[] = {
  555. { "tf_anprc152", 150, "true", ""},
  556. { "Binocular", 250, "true", ""},
  557. { "ItemGPS", 500, "true", ""},
  558. { "ItemMap", 10, "true", ""},
  559. { "ItemCompass", 10, "true", ""}
  560. };
  561. };
  562.  
  563. class med_basic {
  564. title = "Medic Shop";
  565. condition = "call life_medicLevel >= 1";
  566. simple = 0;
  567. maxCart = 25;
  568.  
  569. items[] = {
  570. { "tf_anprc152", 50, "true", ""},
  571. { "Medikit", 50, "true", ""},
  572. { "FirstAidKit", 50, "true", ""},
  573. { "Binocular", 50, "true", ""},
  574. { "ItemGPS", 50, "true", ""}
  575. };
  576. };
  577.  
  578. class gun {
  579. title = "Billy Joe's Firearms";
  580. condition = "license_civ_gun";
  581. simple = 0;
  582. maxCart = 25;
  583.  
  584. weapons[] = {
  585. { "ItemGPS", 50, "true", ""},
  586. { "tf_anprc152", 25, "true", ""},
  587. { "RH_m9", 7600, "true", ""},
  588. { "RH_cz75", 7600, "true", ""},
  589. { "RH_g17", 7600, "true", ""},
  590. { "RH_g19", 7600, "true", ""},
  591. { "RH_gsh18", 7600, "true", ""},
  592. { "RH_kimber", 7800, "true", ""},
  593. { "RH_kimber_nw", 7800, "true", ""},
  594. { "RH_m1911", 7800, "true", ""},
  595. { "RH_p226", 8600, "true", ""},
  596. { "RH_sw659", 8600, "true", ""},
  597. { "RH_usp", 8600, "true", ""},
  598. { "RH_vp70", 8600, "true", ""},
  599. { "RH_uspm", 10000, "true", ""},
  600. { "RH_mp412", 9900, "true", ""},
  601. { "RH_mateba", 9900, "true", ""}
  602. };
  603.  
  604. magazines[] = {
  605. { "2Rnd_00_Buckshot_Magazine", 25, "true", ""},
  606. { "RH_15Rnd_9x19_M9", 25, "true", ""},
  607. { "RH_16Rnd_9x19_CZ", 25, "true", ""},
  608. { "RH_17Rnd_9x19_g17", 25, "true", ""},
  609. { "RH_18Rnd_9x19_gsh", 25, "true", ""},
  610. { "RH_32Rnd_9x19_tec", 25, "true", ""},
  611. { "RH_7Rnd_45cal_m1911", 25, "true", ""},
  612. { "RH_6Rnd_44_Mag", 25, "true", ""},
  613. { "RH_6Rnd_357_Mag", 25, "true", ""},
  614. { "6Rnd_00_Buckshot_Magazine", 25, "true", ""},
  615. { "RH_15Rnd_9x19_SIG", 25, "true", ""},
  616. { "RH_14Rnd_9x19_sw", 25, "true", ""},
  617. { "RH_6Rnd_454_Mag", 25, "true", ""},
  618. { "RH_12Rnd_45cal_usp", 25, "true", ""},
  619. { "RH_18Rnd_9x19_VP", 25, "true", ""},
  620. { "RH_16Rnd_40cal_usp", 25, "true", ""}
  621. };
  622.  
  623. attachments[] = {
  624. { "optic_ACO_grn_smg", 250, "true", ""},
  625. { "acc_flashlight", 150, "true", ""}
  626. };
  627. };
  628. };
  629. };
  630. #include "gui\weapon_gui_master.cpp"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement