Advertisement
aeralle

Untitled

Sep 5th, 2015
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 7.24 KB | None | 0 0
  1. DarkRP.createShipment("Colt 1911", {
  2. model = "models/weapons/s_dmgf_co1911.mdl",
  3. entity = "m9k_colt1911",
  4. price = 2400,
  5. amount = 10,
  6. separate = true,
  7. pricesep = 240,
  8. noship = true,
  9. allowed = {TEAM_GUN},
  10. category = "Pistols",
  11. })
  12.  
  13. DarkRP.createShipment("HK 45C", {
  14. model = "models/weapons/w_hk45c.mdl",
  15. entity = "m9k_hk45",
  16. price = 2450,
  17. amount = 10,
  18. separate = true,
  19. pricesep = 245,
  20. noship = true,
  21. allowed = {TEAM_GUN},
  22. category = "Pistols",
  23. })
  24.  
  25. DarkRP.createShipment("German Luger", {
  26. model = "models/weapons/w_hk45c.mdl",
  27. entity = "m9k_hk45",
  28. price = 2600,
  29. amount = 10,
  30. separate = true,
  31. pricesep = 300,
  32. noship = true,
  33. allowed = {TEAM_GUN},
  34. category = "Pistols",
  35. })
  36.  
  37.  
  38. DarkRP.createShipment("German Luger", {
  39. model = "models/weapons/w_hk45c.mdl",
  40. entity = "m9k_hk45",
  41. price = 2600,
  42. amount = 10,
  43. separate = true,
  44. pricesep = 300,
  45. noship = true,
  46. allowed = {TEAM_GUN},
  47. category = "Pistols",
  48. })
  49.  
  50.  
  51. DarkRP.createShipment("Raging Bull", {
  52. model = "models/weapons/w_hk45c.mdl",
  53. entity = "m9k_hk45",
  54. price = 3500,
  55. amount = 10,
  56. separate = true,
  57. pricesep = 800,
  58. noship = true,
  59. allowed = {TEAM_GUN},
  60. category = "Pistols",
  61. })
  62.  
  63. DarkRP.createShipment("S&W 500", {
  64. model = "models/weapons/w_sw_model_500.mdl",
  65. entity = "m9k_model500",
  66. price = 2000,
  67. amount = 10,
  68. separate = true,
  69. pricesep = 500,
  70. noship = true,
  71. allowed = {TEAM_GUN},
  72. category = "Pistols",
  73. })
  74.  
  75. DarkRP.createShipment("M29 Satan", {
  76. model = "models/weapons/w_m29_satan.mdl",
  77. entity = "m9k_m29satan",
  78. price = 3000,
  79. amount = 10,
  80. separate = true,
  81. pricesep = 900,
  82. noship = true,
  83. allowed = {TEAM_GUN},
  84. category = "Pistols",
  85. })
  86.  
  87.  
  88.  
  89. DarkRP.createShipment("Beretta", {
  90. model = "models/weapons/w_beretta_m92.mdl",
  91. entity = "m9k_m92baretta",
  92. price = 3000,
  93. amount = 10,
  94. separate = true,
  95. pricesep = 500,
  96. noship = true,
  97. allowed = {TEAM_GUN},
  98. category = "Pistols",
  99. })
  100.  
  101. DarkRP.createShipment("S&W Model 3 Russian", {
  102. model = "models/weapons/w_model_3_rus.mdl",
  103. entity = "m9k_model3russian",
  104. price = 3200,
  105. amount = 10,
  106. separate = true,
  107. pricesep = 900,
  108. noship = true,
  109. allowed = {TEAM_GUN},
  110. category = "Pistols",
  111. })
  112.  
  113. DarkRP.createShipment("S&W 627", {
  114. model = "models/weapons/w_sw_model_627.mdl",
  115. entity = "m9k_model627",
  116. price = 3100,
  117. amount = 10,
  118. separate = true,
  119. pricesep = 600,
  120. noship = true,
  121. allowed = {TEAM_GUN},
  122. category = "Pistols",
  123. })
  124.  
  125.  
  126. })
  127.  
  128. DarkRP.createShipment("ACR", {
  129. model = "models/weapons/w_masada_acr.mdl",
  130. entity = "m9k_acr",
  131. price = 6700,
  132. amount = 10,
  133. separate = true,
  134. pricesep = 1300,
  135. noship = true,
  136. allowed = {TEAM_GUN},
  137. category = "Assault Rifles",
  138. })
  139.  
  140. DarkRP.createShipment("AMD 65", {
  141. model = "models/weapons/w_amd_65.mdl",
  142. entity = "m9k_amd65",
  143. price = 6700,
  144. amount = 10,
  145. separate = true,
  146. pricesep = 1300,
  147. noship = true,
  148. allowed = {TEAM_GUN},
  149. category = "Assault Rifles",
  150. })
  151.  
  152. DarkRP.createShipment("FN Fal", {
  153. model = "models/weapons/w_fn_fal.mdl",
  154. entity = "m9k_fal",
  155. price = 6900,
  156. amount = 10,
  157. separate = true,
  158. pricesep = 1900,
  159. noship = true,
  160. allowed = {TEAM_GUN},
  161. category = "Assault Rifles",
  162. })
  163.  
  164. DarkRP.createShipment("FN Fal", {
  165. model = "models/weapons/w_snip_m14sp.mdl",
  166. entity = "m9k_m14sp",
  167. price = 6900,
  168. amount = 10,
  169. separate = true,
  170. pricesep = 1900,
  171. noship = true,
  172. allowed = {TEAM_GUN},
  173. category = "Assault Rifles",
  174. })
  175.  
  176. DarkRP.createShipment("M14", {
  177. model = "models/weapons/w_dmg_m16ag.mdl",
  178. entity = "m9k_m14sp",
  179. price = 5900,
  180. amount = 10,
  181. separate = true,
  182. pricesep = 2900,
  183. noship = true,
  184. allowed = {TEAM_GUN},
  185. category = "Assault Rifles",
  186. })
  187.  
  188. DarkRP.createShipment("M16", {
  189. model = "models/weapons/w_dmg_m16ag.mdl",
  190. entity = "m9k_m16a4_acog",
  191. price = 6000,
  192. amount = 10,
  193. separate = true,
  194. pricesep = 3000,
  195. noship = true,
  196. allowed = {TEAM_GUN},
  197. category = "Assault Rifles",
  198. })
  199.  
  200. DarkRP.createShipment("HK-416", {
  201. model = "models/weapons/w_hk_416.mdl",
  202. entity = "m9k_m416",
  203. price = 6200,
  204. amount = 10,
  205. separate = true,
  206. pricesep = 2000,
  207. noship = true,
  208. allowed = {TEAM_GUN},
  209. category = "Assault Rifles",
  210. })
  211.  
  212.  
  213. DarkRP.createShipment("SCAR-51", {
  214. model = "models/weapons/w_fn_scar_h.mdl",
  215. entity = "m9k_scar",
  216. price = 6400,
  217. amount = 10,
  218. separate = true,
  219. pricesep = 2900,
  220. noship = true,
  221. allowed = {TEAM_GUN},
  222. category = "Assault Rifles",
  223. })
  224.  
  225. DarkRP.createShipment("TAR-21", {
  226. model = "models/weapons/w_imi_tar21.mdl",
  227. entity = "m9k_tar21",
  228. price = 6450,
  229. amount = 10,
  230. separate = true,
  231. pricesep = 2950,
  232. noship = true,
  233. allowed = {TEAM_GUN},
  234. category = "Assault Rifles",
  235. })
  236.  
  237. DarkRP.createShipment("SR-3M Vikhr", {
  238. model = "models/weapons/w_dmg_vikhr.mdl",
  239. entity = "m9k_vikhr",
  240. price = 6550,
  241. amount = 10,
  242. separate = true,
  243. pricesep = 2970,
  244. noship = true,
  245. allowed = {TEAM_GUN},
  246. category = "Assault Rifles",
  247. })
  248.  
  249.  
  250. DarkRP.createShipment("Winchester 73", {
  251. model = "models/weapons/w_winchester_1873.mdl",
  252. entity = "m9k_winchester73",
  253. price = 6550,
  254. amount = 10,
  255. separate = true,
  256. pricesep = 2970,
  257. noship = true,
  258. allowed = {TEAM_GUN},
  259. category = "Assault Rifles",
  260. })
  261.  
  262. DarkRP.createShipment("Barret .50 cal", {
  263. model = "models/weapons/w_barret_m82.mdl",
  264. entity = "m9k_barret_m82",
  265. price = 7000,
  266. amount = 10,
  267. separate = true,
  268. pricesep = 3000,
  269. noship = true,
  270. allowed = {TEAM_GUN},
  271. category = "Sniper Rifles",
  272. })
  273.  
  274. DarkRP.createShipment("1887 Winchester", {
  275. model = "models/weapons/w_winchester_1887.mdl",
  276. entity = "m9k_1887winchester",
  277. price = 5000,
  278. amount = 10,
  279. separate = true,
  280. pricesep = 2000,
  281. noship = true,
  282. allowed = {TEAM_GUN},
  283. category = "ShotGuns",
  284. })
  285.  
  286.  
  287. DarkRP.createShipment("Double Barrel Shotgun", {
  288. model = "models/weapons/w_double_barrel_shotgun.mdl",
  289. entity = "m9k_dbarrel",
  290. price = 4000,
  291. amount = 10,
  292. separate = true,
  293. pricesep = 800,
  294. noship = true,
  295. allowed = {TEAM_GUN},
  296. category = "ShotGuns",
  297. })
  298.  
  299.  
  300. DarkRP.createShipment("Auto-JackHammer", {
  301. model = "models/weapons/w_pancor_jackhammer.mdl",
  302. entity = "m9k_jackhammer",
  303. price = 9000,
  304. amount = 10,
  305. separate = true,
  306. pricesep = 1800,
  307. noship = true,
  308. allowed = {TEAM_GUN},
  309. category = "ShotGuns",
  310. })
  311.  
  312.  
  313.  
  314. DarkRP.createShipment("Benelli M3 Shotgun", {
  315. model = "models/weapons/w_benelli_m3.mdl",
  316. entity = "m9k_b3",
  317. price = 8900,
  318. amount = 10,
  319. separate = true,
  320. pricesep = 1600,
  321. noship = true,
  322. allowed = {TEAM_GUN},
  323. category = "ShotGuns",
  324. })
  325.  
  326. DarkRP.createShipment("Ithaca M37", {
  327. model = "models/weapons/w_ithaca_m37.mdl",
  328. entity = "m9k_ithacam37",
  329. price = 8200,
  330. amount = 10,
  331. separate = true,
  332. pricesep = 1100,
  333. noship = true,
  334. allowed = {TEAM_GUN},
  335. category = "ShotGuns",
  336. })
  337.  
  338. DarkRP.createShipment("Mossberg-590 Shotgun", {
  339. model = "models/weapons/w_mossberg_590.mdl",
  340. entity = "m9k_mossberg590",
  341. price = 8500,
  342. amount = 10,
  343. separate = true,
  344. pricesep = 1700,
  345. noship = true,
  346. allowed = {TEAM_GUN},
  347. category = "ShotGuns",
  348. })
  349.  
  350.  
  351. DarkRP.createShipment("Remingtion 870 Shotgun", {
  352. model = "models/weapons/w_remington_870_tact.mdl",
  353. entity = "m9k_remington870",
  354. price = 8500,
  355. amount = 10,
  356. separate = true,
  357. pricesep = 1700,
  358. noship = true,
  359. allowed = {TEAM_GUN},
  360. category = "ShotGuns",
  361. })
  362.  
  363. DarkRP.createShipment("1897 Winchester", {
  364. model = "models/weapons/w_winchester_1897_trench.mdl",
  365. entity = "m9k_1897winchester",
  366. price = 6400,
  367. amount = 10,
  368. separate = true,
  369. pricesep = 1100,
  370. noship = true,
  371. allowed = {TEAM_GUN},
  372. category = "ShotGuns",
  373. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement