Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.92 KB | None | 0 0
  1. /* -------------------- Police Section -------------------- */
  2.  
  3. case "recruit":
  4. {
  5. switch(true) do
  6. {
  7. case (playerSide != west): {"You are not authorised for this store!"};
  8. case (__GETC__(life_coplevel) < 1): {"You are not authorised for this store!"};
  9. default
  10. {
  11. ["Police Cadet Armoury",
  12. [
  13. ["Taser_26",nil,5],
  14. ["26_cartridge",nil,2],
  15. ["RH_g19",nil,250],
  16. ["RH_17Rnd_9x19_g17",nil,25],
  17. ["RH_fn57",nil,250],
  18. ["RH_20Rnd_57x28_FN",nil,25],
  19. ["RH_kimber_nw",nil,250],
  20. ["RH_7Rnd_45cal_m1911",nil,25],
  21. ["A3L_M9",nil,250],
  22. ["A3L_M9Mag",nil,25],
  23. ["RH_usp",nil,250],
  24. ["RH_12Rnd_45cal_usp",nil,25],
  25. ["KA_FNP45_Flashlight",nil,25],
  26. ["KA_MP7_Flashlight",nil,25],
  27. ["KA_MP7_Flashlight_single",nil,25],
  28. ["KA_MRC_Flashlight_single",nil,25],
  29. ["acc_mas_flash_gun",nil,25],
  30. ["KA_Flashlight",nil,25],
  31. ["RH_SFM952V",nil,25],
  32. ["RH_X300",nil,25]
  33. ]
  34. ];
  35. };
  36. };
  37. };
  38.  
  39. case "cop_patrol":
  40. {
  41. switch(true) do
  42. {
  43. case (playerSide != west): {"You are not authorised for this store!"};
  44. case (__GETC__(life_coplevel) < 2): {"You are not authorised for this store!"};
  45. default
  46. {
  47. ["Patrol/DOC | Ofc,Snr,Cpl,Sgt",
  48. [
  49. //SBR9
  50. ["RH_sbr9",nil,250],
  51. ["RH_32Rnd_9mm_M822",nil,25],
  52. //M16A3
  53. ["RH_M16A3",nil,250],
  54. ["RH_30Rnd_556x45_M855A1",nil,25],
  55. //M16A4
  56. ["RH_M16A4",nil,250],
  57. ["RH_30Rnd_556x45_M855A1",nil,25],
  58. //m4
  59. ["RH_m4",nil,250],
  60. ["RH_30Rnd_556x45_M855A1",nil,25],
  61. //colt carbine
  62. ["hlc_rifle_Colt727",nil,250],
  63. ["30Rnd_556x45_Stanag",nil,25],
  64. //Attachments
  65. ["optic_Arco_blk_F",nil,5],
  66. ["FHQ_optic_AC11704",nil,5],
  67. ["RH_eotech553mag",nil,5]
  68. ]
  69. ];
  70. };
  71. };
  72. };
  73. case "cop_trp":
  74. {
  75. switch(true) do
  76. {
  77. case (playerSide != west): {"You are not authorised for this store!"};
  78. case (__GETC__(life_coplevel) < 3): {"You are not authorised for this store!"};
  79. default
  80. {
  81. ["State Trooper Armoury",
  82. [
  83. //M4A6
  84. ["RH_M4A6",nil,2750],
  85. ["RH_30Rnd_68x43_FMJ",nil,500],
  86. //M16A4
  87. ["RH_M16A4",nil,250],
  88. ["RH_30Rnd_556x45_M855A1",nil,25],
  89. //m4
  90. ["RH_m4",nil,250],
  91. ["RH_30Rnd_556x45_M855A1",nil,25],
  92. //mx
  93. ["arifle_MX_Black_Hamr_pointer_F",nil,250],
  94. ["30Rnd_65x39_caseless_mag",nil,25],
  95.  
  96. //Attachments
  97. ["RH_eotech553mag",nil,5],
  98. ["optic_mas_aim",nil,5],
  99. ["FHQ_optic_ACOG",nil,5]
  100. ]
  101. ];
  102. };
  103. };
  104. };
  105.  
  106. case "cop_sergeant":
  107. {
  108. switch(true) do
  109. {
  110. case (playerSide != west): {"You are not authorised for this store!"};
  111. case (__GETC__(life_coplevel) < 4): {"You are not authorised for this store!"};
  112. default
  113. {
  114. ["CID | IA Armoury",
  115. [
  116. //M16A3
  117. [ "RH_M16A3",nil,250],
  118. ["RH_30Rnd_556x45_M855A1",nil,25],
  119. //M16A4
  120. ["RH_M16A4",nil,250],
  121. ["RH_30Rnd_556x45_M855A1",nil,25],
  122. //Vltor SBR
  123. ["RH_M4sbr_b",nil,250],
  124. ["RH_30Rnd_556x45_M855A1",nil,25],
  125. //KAC PDW
  126. ["RH_pdw_Holo_point_snds",nil,250],
  127. ["RH_30Rnd_6x35_mag",nil,25],
  128. //mx
  129. ["arifle_MX_Black_Hamr_pointer_F",nil,250],
  130. ["30Rnd_65x39_caseless_mag",nil,25],
  131. //AUG
  132. ["hlc_rifle_augsrhbar_b",nil,250],
  133. ["hlc_30Rnd_556x45_B_AUG",nil,25],
  134. //G36C
  135. ["arifle_mas_g36c",nil,250],
  136. ["30Rnd_mas_556x45_Stanag",nil,25],
  137. //colt carbine
  138. ["hlc_rifle_Colt727",nil,250],
  139. ["30Rnd_556x45_Stanag",nil,25],
  140. //ACR
  141. ["FHQ_arifle_ACR_blk_Hamr_laser",nil,250],
  142. ["FHQ_rem_30Rnd_680x43_ACR",nil,25],
  143. //Attachments
  144. ["FHQ_optic_AC11704",nil,5],
  145. ["RH_eotech553mag",nil,5],
  146. ["optic_Arco_blk_F",nil,5],
  147. ["FHQ_optic_ACOG",nil,5]
  148. ]
  149. ];
  150. };
  151. };
  152. };
  153.  
  154. case "cop_r2":
  155. {
  156. switch(true) do
  157. {
  158. case (playerSide != west): {"You are not authorised for this store!"};
  159. case (__GETC__(life_coplevel) < 6): {"You are not authorised for this store!"};
  160. default
  161. {
  162. ["SWAT Armory",
  163. [
  164. //m4a1 ris
  165. ["RH_M4A1_ris",nil,100],
  166. ["RH_30Rnd_556x45_M855A1",nil,25],
  167. //Beneli
  168. ["prpl_benelli_rail",nil,100],
  169. ["prpl_8Rnd_12Gauge_Pellets",nil,25],
  170. ["prpl_8Rnd_12Gauge_Slug",nil,25],
  171. //m24
  172. ["srifle_mas_m24",nil,100],
  173. ["5Rnd_mas_762x51_Stanag",nil,25],
  174. //AWP
  175. ["hlc_rifle_awmagnum_BL",nil,100],
  176. ["hlc_5rnd_300WM_FMJ_AWM",nil,25],
  177. //HK417SRS
  178. ["RH_Hk416",nil,100],
  179. ["RH_30Rnd_556x45_M855A1",nil,25],
  180. //HoneyBadger
  181. ["hlc_rifle_honeybadger",nil,100],
  182. ["29rnd_300BLK_STANAG_S",nil,25],
  183. //Bushmaster
  184. ["hlc_rifle_Bushmaster300",nil,100],
  185. ["29rnd_300BLK_STANAG_S",nil,25],
  186. //AUG
  187. ["hlc_rifle_auga3_b",nil,100],
  188. ["hlc_30Rnd_556x45_B_AUG",nil,25],
  189. //Attachments
  190. ["optic_DMS",nil,5],
  191. ["RH_eotech553mag",nil,5],
  192. ["RH_compM2",nil,5],
  193. ["FHQ_optic_AIM",nil,5],
  194. ["FHQ_optic_AC11704",nil,5],
  195. ["optic_mas_Arco_blk",nil,5],
  196. ["optic_mas_Holosight_blk",nil,5],
  197. ["optic_LRPS",nil,5],
  198. ["optic_MRCO",nil,5],
  199. ["RH_qdss_nt4",nil,5],
  200. ["RH_spr_mbs",nil,5],
  201. ["RH_suppr9",nil,5],
  202. ["RH_m9qd",nil,5],
  203. ["RH_M6X",nil,5],
  204. ["acc_flashlight",nil,5],
  205. ["RH_SFM952V",nil,5],
  206. ["RH_peq15b",nil,5],
  207. ["B_UavTerminal","UAV Terminal",500],
  208. ["HandGrenade_Stone","Flashbang",50],
  209. ["SmokeShellYellow","Tear Gas",50]
  210. ]
  211. ];
  212. };
  213. };
  214. };
  215. case "cop_command":
  216. {
  217. switch(true) do
  218. {
  219. case (playerSide != west): {"You are not authorised for this store!"};
  220. case (__GETC__(life_coplevel) < 5): {"You are not authorised for this store!"};
  221. default
  222. {
  223. ["Command Armoury",
  224. [
  225. //m4a6
  226. ["RH_M4A6",nil,100],
  227. ["RH_30Rnd_68x43_FMJ",nil,25],
  228. //m4a1 ris
  229. ["RH_M4A1_ris",nil,100],
  230. ["RH_30Rnd_556x45_M855A1",nil,25],
  231. //m24
  232. ["srifle_mas_m24",nil,100],
  233. ["5Rnd_mas_762x51_Stanag",nil,25],
  234. //Stingers
  235. ["mas_launch_Stinger_F",nil,100],
  236. ["mas_Stinger",nil,25],
  237. //Teargas
  238. ["SmokeShellYellow","Tear Gas",50],
  239. //Attachments
  240. ["optic_DMS",nil,5],
  241. ["RH_eotech553mag",nil,5],
  242. ["RH_compM2",nil,5],
  243. ["FHQ_optic_AIM",nil,5],
  244. ["FHQ_optic_AC11704",nil,5],
  245. ["optic_mas_Arco_blk",nil,5],
  246. ["optic_mas_Holosight_blk",nil,5],
  247. ["optic_LRPS",nil,5],
  248. ["optic_mas_LRPS",nil,5],
  249. ["optic_MRCO",nil,5],
  250. ["muzzle_snds_B",nil,5],
  251. ["muzzle_snds_M",nil,5],
  252. ["RH_qdss_nt4",nil,5],
  253. ["RH_spr_mbs",nil,5],
  254. ["muzzle_snds_acp",nil,5],
  255. ["RH_suppr9",nil,5],
  256. ["RH_m9qd",nil,5],
  257. ["RH_M6X",nil,5],
  258. ["acc_flashlight",nil,5],
  259. ["RH_SFM952V",nil,5],
  260. ["RH_peq15b",nil,5],
  261. ["acc_pointer_IR",nil,5]
  262. ]
  263. ];
  264. };
  265. };
  266. };
  267.  
  268. case "cop_statecommand":
  269. {
  270. switch(true) do
  271. {
  272. case (playerSide != west): {"You are not authorised for this store!"};
  273. case (__GETC__(life_coplevel) < 7): {"You are not authorised for this store!"};
  274. default
  275. {
  276. ["State Command Armoury",
  277. [
  278. //SR25
  279. ["kio_sr25",nil,100],
  280. ["20rnd_762_magazine",nil,25],
  281. //M4a1moe
  282. ["RH_M4_moe_b",nil,100],
  283. ["RH_30Rnd_556x45_M855A1",25],
  284. //AR15 300
  285. ["hlc_rifle_vendimus",nil,100],
  286. ["29rnd_300BLK_STANAG",nil,25],
  287. //Beneli
  288. ["arifle_mas_m1014",nil,100],
  289. ["7Rnd_mas_12Gauge_Pellets",nil,25],
  290. ["7Rnd_mas_12Gauge_Slug",nil,25],
  291. //FN FAL
  292. ["arifle_mas_fal",nil,100],
  293. ["20Rnd_mas_762x51_Stanag",nil,25],
  294. //Mp7 Pistol Verson
  295. ["KA_MP7_Pistol_Black_20Rnd",nil,100],
  296. ["KA_20Rnd_46x30_FMJ",nil,25],
  297. //Raging Bull
  298. ["RH_bullRH_6Rnd_454_Mag",nil,100],
  299. ["RH_6Rnd_454_Mag",nil,25],
  300. //m14
  301. ["arifle_mas_m14",nil,100],
  302. ["20Rnd_mas_762x51_Stanag",nil,25],
  303. //SAIGA
  304. ["arifle_mas_saiga",nil,100],
  305. ["10Rnd_mas_12Gauge_Pellets",nil,25],
  306. //Jack Carbine
  307. ["hlc_rifle_bcmjack",nil,100],
  308. ["hlc_30rnd_556x45_EPR",nil,25],
  309. //FR MC51
  310. ["hlc_rifle_hk51",nil,100],
  311. ["hlc_20rnd_762x51_b_G3",nil,25],
  312. //m107
  313. ["srifle_mas_m107",nil,100],
  314. ["5Rnd_mas_127x99_Stanag",nil,25],
  315. //m107
  316. ["RH_Deaglem",nil,100],
  317. ["RH_7Rnd_50_AE",nil,25],
  318.  
  319. //Attachments
  320. ["optic_DMS",nil,5],
  321. ["RH_eotech553mag",nil,5],
  322. ["RH_compM2",nil,5],
  323. ["FHQ_optic_AIM",nil,5],
  324. ["FHQ_optic_AC11704",nil,5],
  325. ["optic_mas_Arco_blk",nil,5],
  326. ["optic_mas_Holosight_blk",nil,5],
  327. ["optic_LRPS",nil,5],
  328. ["optic_mas_LRPS",nil,5],
  329. ["optic_Nightstalker",nil,5],
  330. ["optic_MRCO",nil,5],
  331. ["muzzle_snds_B",nil,5],
  332. ["muzzle_snds_M",nil,5],
  333. ["RH_qdss_nt4",nil,5],
  334. ["RH_spr_mbs",nil,5],
  335. ["KA_MP7_Silencer",nil,5],
  336. ["muzzle_snds_acp",nil,5],
  337. ["RH_suppr9",nil,5],
  338. ["RH_m9qd",nil,5],
  339. ["RH_M6X",nil,5],
  340. ["acc_flashlight",nil,5],
  341. ["RH_SFM952V",nil,5],
  342. ["RH_peq15b",nil,5],
  343. ["acc_pointer_IR",nil,5]
  344. ]
  345. ];
  346. };
  347. };
  348. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement