Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.79 KB | None | 0 0
  1. DarkRP.createShipment("73 Winchester Carabine", {
  2. model = "models/weapons/w_smg1.mdl",
  3. entity = "m9k_winchester73",
  4. price = 45000,
  5. amount = 3,
  6. separate = true,
  7. pricesep = 15000,
  8. noship = true,
  9. allowed = {TEAM_GUN},
  10. category = "Rifles",
  11. })
  12.  
  13. DarkRP.createShipment("ACR", {
  14. model = "models/weapons/w_smg1.mdl",
  15. entity = "m9k_acr",
  16. price = 70000,
  17. amount = 3,
  18. separate = true,
  19. pricesep = 25000,
  20. noship = true,
  21. allowed = {TEAM_GUN},
  22. category = "Rifles",
  23. })
  24.  
  25. DarkRP.createShipment("AK-47", {
  26. model = "models/weapons/w_smg1.mdl",
  27. entity = "m9k_ak47",
  28. price = 75000,
  29. amount = 3,
  30. separate = true,
  31. pricesep = 27000,
  32. noship = true,
  33. allowed = {TEAM_GUN},
  34. category = "Rifles",
  35. })
  36.  
  37. DarkRP.createShipment("AK-47 SD", {
  38. model = "models/weapons/w_smg1.mdl",
  39. entity = "m9k_ak47sd",
  40. price = 60000,
  41. amount = 3,
  42. separate = true,
  43. pricesep = 20000,
  44. noship = true,
  45. allowed = {TEAM_GUN},
  46. category = "Rifles",
  47. })
  48.  
  49. DarkRP.createShipment("AK-74 U", {
  50. model = "models/weapons/w_smg1.mdl",
  51. entity = "m9k_ak74u",
  52. price = 50000,
  53. amount = 3,
  54. separate = true,
  55. pricesep = 18000,
  56. noship = true,
  57. allowed = {TEAM_GUN},
  58. category = "Rifles",
  59. })
  60.  
  61. DarkRP.createShipment("AMD 65", {
  62. model = "models/weapons/w_smg1.mdl",
  63. entity = "m9k_amd65",
  64. price = 50000,
  65. amount = 3,
  66. separate = true,
  67. pricesep = 18000,
  68. noship = true,
  69. allowed = {TEAM_GUN},
  70. category = "Rifles",
  71. })
  72.  
  73. DarkRP.createShipment("AN-94", {
  74. model = "models/weapons/w_smg1.mdl",
  75. entity = "m9k_an94",
  76. price = 45000,
  77. amount = 3,
  78. separate = true,
  79. pricesep = 16000,
  80. noship = true,
  81. allowed = {TEAM_GUN},
  82. category = "Rifles",
  83. })
  84.  
  85. DarkRP.createShipment("AS VAL", {
  86. model = "models/weapons/w_smg1.mdl",
  87. entity = "m9k_val",
  88. price = 35000,
  89. amount = 3,
  90. separate = true,
  91. pricesep = 12000,
  92. noship = true,
  93. allowed = {TEAM_GUN},
  94. category = "Rifles",
  95. })
  96.  
  97. DarkRP.createShipment("F2000", {
  98. model = "models/weapons/w_smg1.mdl",
  99. entity = "m9k_f2000",
  100. price = 35000,
  101. amount = 3,
  102. separate = true,
  103. pricesep = 12000,
  104. noship = true,
  105. allowed = {TEAM_GUN},
  106. category = "Rifles",
  107. })
  108.  
  109. DarkRP.createShipment("Famas", {
  110. model = "models/weapons/w_smg1.mdl",
  111. entity = "m9k_famas",
  112. price = 60000,
  113. amount = 3,
  114. separate = true,
  115. pricesep = 20000,
  116. noship = true,
  117. allowed = {TEAM_GUN},
  118. category = "Rifles",
  119. })
  120.  
  121. DarkRP.createShipment("FN FAL", {
  122. model = "models/weapons/w_smg1.mdl",
  123. entity = "m9k_fal",
  124. price = 65000,
  125. amount = 3,
  126. separate = true,
  127. pricesep = 23000,
  128. noship = true,
  129. allowed = {TEAM_GUN},
  130. category = "Rifles",
  131. })
  132.  
  133. DarkRP.createShipment("FN FNC", {
  134. model = "models/weapons/w_smg1.mdl",
  135. entity = "m9k_fnc",
  136. price = 55000,
  137. amount = 3,
  138. separate = true,
  139. pricesep = 19000,
  140. noship = true,
  141. allowed = {TEAM_GUN},
  142. category = "Rifles",
  143. })
  144.  
  145. DarkRP.createShipment("FW900K", {
  146. model = "models/weapons/w_smg1.mdl",
  147. entity = "m9k_fw",
  148. price = 50000,
  149. amount = 3,
  150. separate = true,
  151. pricesep = 18000,
  152. noship = true,
  153. allowed = {TEAM_GUN},
  154. category = "Rifles",
  155. })
  156.  
  157. DarkRP.createShipment("G36", {
  158. model = "models/weapons/w_smg1.mdl",
  159. entity = "m9k_g36",
  160. price = 45000,
  161. amount = 3,
  162. separate = true,
  163. pricesep = 15000,
  164. noship = true,
  165. allowed = {TEAM_GUN},
  166. category = "Rifles",
  167. })
  168.  
  169. DarkRP.createShipment("G36 Assault", {
  170. model = "models/weapons/w_smg1.mdl",
  171. entity = "m9k_asg36",
  172. price = 65000,
  173. amount = 3,
  174. separate = true,
  175. pricesep = 22000,
  176. noship = true,
  177. allowed = {TEAM_GUN},
  178. category = "Rifles",
  179. })
  180.  
  181. DarkRP.createShipment("HK 416", {
  182. model = "models/weapons/w_smg1.mdl",
  183. entity = "m9k_m416",
  184. price = 65000,
  185. amount = 3,
  186. separate = true,
  187. pricesep = 22000,
  188. noship = true,
  189. allowed = {TEAM_GUN},
  190. category = "Rifles",
  191. })
  192.  
  193. DarkRP.createShipment("HK G3A3", {
  194. model = "models/weapons/w_smg1.mdl",
  195. entity = "m9k_g3a3",
  196. price = 50000,
  197. amount = 3,
  198. separate = true,
  199. pricesep = 18000,
  200. noship = true,
  201. allowed = {TEAM_GUN},
  202. category = "Rifles",
  203. })
  204.  
  205. DarkRP.createShipment("L85", {
  206. model = "models/weapons/w_smg1.mdl",
  207. entity = "m9k_l85",
  208. price = 45000,
  209. amount = 3,
  210. separate = true,
  211. pricesep = 15000,
  212. noship = true,
  213. allowed = {TEAM_GUN},
  214. category = "Rifles",
  215. })
  216.  
  217. DarkRP.createShipment("M14", {
  218. model = "models/weapons/w_smg1.mdl",
  219. entity = "m9k_m14sp",
  220. price = 35000,
  221. amount = 3,
  222. separate = true,
  223. pricesep = 12000,
  224. noship = true,
  225. allowed = {TEAM_GUN},
  226. category = "Rifles",
  227. })
  228.  
  229. DarkRP.createShipment("M16A4", {
  230. model = "models/weapons/w_smg1.mdl",
  231. entity = "m9k_m16a4",
  232. price = 60000,
  233. amount = 3,
  234. separate = true,
  235. pricesep = 20000,
  236. noship = true,
  237. allowed = {TEAM_GUN},
  238. category = "Rifles",
  239. })
  240.  
  241. DarkRP.createShipment("M16A4 ACOG", {
  242. model = "models/weapons/w_smg1.mdl",
  243. entity = "m9k_m16a4_acog",
  244. price = 65000,
  245. amount = 3,
  246. separate = true,
  247. pricesep = 23000,
  248. noship = true,
  249. allowed = {TEAM_GUN},
  250. category = "Rifles",
  251. })
  252.  
  253. DarkRP.createShipment("M4A1 Iron", {
  254. model = "models/weapons/w_smg1.mdl",
  255. entity = "m9k_m4a1",
  256. price = 70000,
  257. amount = 3,
  258. separate = true,
  259. pricesep = 24000,
  260. noship = true,
  261. allowed = {TEAM_GUN},
  262. category = "Rifles",
  263. })
  264.  
  265. DarkRP.createShipment("M4A4", {
  266. model = "models/weapons/w_smg1.mdl",
  267. entity = "m9k_m4a4",
  268. price = 70000,
  269. amount = 3,
  270. separate = true,
  271. pricesep = 24000,
  272. noship = true,
  273. allowed = {TEAM_GUN},
  274. category = "Rifles",
  275. })
  276.  
  277. DarkRP.createShipment("QBZ-97", {
  278. model = "models/weapons/w_smg1.mdl",
  279. entity = "m9k_qbz97",
  280. price = 45000,
  281. amount = 3,
  282. separate = true,
  283. pricesep = 15000,
  284. noship = true,
  285. allowed = {TEAM_GUN},
  286. category = "Rifles",
  287. })
  288.  
  289. DarkRP.createShipment("SCAR", {
  290. model = "models/weapons/w_smg1.mdl",
  291. entity = "m9k_scar",
  292. price = 65000,
  293. amount = 3,
  294. separate = true,
  295. pricesep = 22000,
  296. noship = true,
  297. allowed = {TEAM_GUN},
  298. category = "Rifles",
  299. })
  300.  
  301. DarkRP.createShipment("SR-3M Vikhr", {
  302. model = "models/weapons/w_smg1.mdl",
  303. entity = "m9k_vikhr",
  304. price = 45000,
  305. amount = 3,
  306. separate = true,
  307. pricesep = 15000,
  308. noship = true,
  309. allowed = {TEAM_GUN},
  310. category = "Rifles",
  311. })
  312.  
  313. DarkRP.createShipment("Steyr AUG A3", {
  314. model = "models/weapons/w_smg1.mdl",
  315. entity = "m9k_auga3",
  316. price = 75000,
  317. amount = 3,
  318. separate = true,
  319. pricesep = 25000,
  320. noship = true,
  321. allowed = {TEAM_GUN},
  322. category = "Rifles",
  323. })
  324.  
  325. DarkRP.createShipment("Sturmgewehr 44", {
  326. model = "models/weapons/w_smg1.mdl",
  327. entity = "m9k_sturmgewehr44",
  328. price = 35000,
  329. amount = 3,
  330. separate = true,
  331. pricesep = 12000,
  332. noship = true,
  333. allowed = {TEAM_GUN},
  334. category = "Rifles",
  335. })
  336.  
  337. DarkRP.createShipment("TAR-21", {
  338. model = "models/weapons/w_smg1.mdl",
  339. entity = "m9k_tar21",
  340. price = 40000,
  341. amount = 3,
  342. separate = true,
  343. pricesep = 14000,
  344. noship = true,
  345. allowed = {TEAM_GUN},
  346. category = "Rifles",
  347. })
  348.  
  349. DarkRP.createShipment("VZOR 58", {
  350. model = "models/weapons/w_smg1.mdl",
  351. entity = "m9k_vz58",
  352. price = 50000,
  353. amount = 3,
  354. separate = true,
  355. pricesep = 18000,
  356. noship = true,
  357. allowed = {TEAM_GUN},
  358. category = "Rifles",
  359. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement