Advertisement
llfllamas

Garry's Mod M9K Shipments

Aug 24th, 2017
1,190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.50 KB | None | 0 0
  1. --]]
  2.  
  3. -- Pistols --
  4.  
  5. DarkRP.createShipment("Colt 1911", {
  6. model = "models/weapons/s_dmgf_co1911.mdl",
  7. entity = "m9k_colt1911",
  8. amount = 10,
  9. price = 2500,
  10. separate = true,
  11. pricesep = 250,
  12. noship = false,
  13. category = "Pistols",
  14. allowed = {TEAM_GUN}
  15. })
  16. --]]
  17. DarkRP.createShipment("Colt Python", {
  18. model = "models/weapons/w_colt_python.mdl",
  19. entity = "m9k_coltpython",
  20. amount = 10,
  21. price = 3000,
  22. separate = true,
  23. pricesep = 300,
  24. noship = false,
  25. category = "Pistols",
  26. allowed = {TEAM_GUN}
  27. })
  28. --]]
  29. DarkRP.createShipment("Desert Eagle", {
  30. model = "models/weapons/w_tcom_deagle.mdl",
  31. entity = "m9k_deagle",
  32. amount = 10,
  33. price = 5000,
  34. separate = true,
  35. pricesep = 500,
  36. noship = false,
  37. category = "Pistols",
  38. allowed = {TEAM_GUN}
  39. })
  40. --]]
  41. DarkRP.createShipment("Glock-18", {
  42. model = "models/weapons/w_dmg_glock.mdl",
  43. entity = "m9k_glock",
  44. amount = 10,
  45. price = 6000,
  46. separate = true,
  47. pricesep = 600,
  48. noship = false,
  49. category = "Pistols",
  50. allowed = {TEAM_GUN}
  51. })
  52. --]]
  53. DarkRP.createShipment("HK USP", {
  54. model = "models/weapons/w_pist_fokkususp.mdl",
  55. entity = "m9k_usp",
  56. amount = 10,
  57. price = 3500,
  58. separate = true,
  59. pricesep = 350,
  60. noship = false,
  61. category = "Pistols",
  62. allowed = {TEAM_GUN}
  63. })
  64. --]]
  65. DarkRP.createShipment("HK45C", {
  66. model = "models/weapons/w_hk45c.mdl",
  67. entity = "m9k_hk45",
  68. amount = 10,
  69. price = 4000,
  70. separate = true,
  71. pricesep = 400,
  72. noship = false,
  73. category = "Pistols",
  74. allowed = {TEAM_GUN}
  75. })
  76. --]]
  77. DarkRP.createShipment("M29 Satan", {
  78. model = "models/weapons/w_m29_satan.mdl",
  79. entity = "m9k_m29satan",
  80. amount = 10,
  81. price = 5500,
  82. separate = true,
  83. pricesep = 550,
  84. noship = false,
  85. category = "Pistols",
  86. allowed = {TEAM_GUN}
  87. })
  88. --]]
  89. DarkRP.createShipment("M92 Beretta", {
  90. model = "models/weapons/w_beretta_m92.mdl",
  91. entity = "m9k_m92beretta",
  92. amount = 10,
  93. price = 4500,
  94. separate = true,
  95. pricesep = 450,
  96. noship = false,
  97. category = "Pistols",
  98. allowed = {TEAM_GUN}
  99. })
  100. --]]
  101. DarkRP.createShipment("P08 Luger", {
  102. model = "models/weapons/w_luger_p08.mdl",
  103. entity = "m9k_luger",
  104. amount = 10,
  105. price = 2500,
  106. separate = true,
  107. pricesep = 250,
  108. noship = false,
  109. category = "Pistols",
  110. allowed = {TEAM_GUN}
  111. })
  112. --]]
  113. DarkRP.createShipment("Raging Bull", {
  114. model = "models/weapons/w_taurus_raging_bull.mdl",
  115. entity = "m9k_ragingbull",
  116. amount = 10,
  117. price = 5000,
  118. separate = true,
  119. pricesep = 500,
  120. noship = false,
  121. category = "Pistols",
  122. allowed = {TEAM_GUN}
  123. })
  124. --]]
  125. DarkRP.createShipment("Remington 1858", {
  126. model = "models/weapons/w_remington_1858.mdl",
  127. entity = "m9k_remington1858",
  128. amount = 10,
  129. price = 2000,
  130. separate = true,
  131. pricesep = 200,
  132. noship = false,
  133. category = "Pistols",
  134. allowed = {TEAM_GUN}
  135. })
  136. --]]
  137. DarkRP.createShipment("S&W Model 3 Russian", {
  138. model = "models/weapons/w_model_3_rus.mdl",
  139. entity = "m9k_model3russian",
  140. amount = 10,
  141. price = 2000,
  142. separate = true,
  143. pricesep = 200,
  144. noship = false,
  145. category = "Pistols",
  146. allowed = {TEAM_GUN}
  147. })
  148. --]]
  149. DarkRP.createShipment("S&W Model 500", {
  150. model = "models/weapons/w_sw_model_500.mdl",
  151. entity = "m9k_model500",
  152. amount = 10,
  153. price = 5500,
  154. separate = true,
  155. pricesep = 550,
  156. noship = false,
  157. category = "Pistols",
  158. allowed = {TEAM_GUN}
  159. })
  160. --]]
  161. DarkRP.createShipment("S&W Model 627", {
  162. model = "models/weapons/w_sw_model_627.mdl",
  163. entity = "m9k_model627",
  164. amount = 10,
  165. price = 4000,
  166. separate = true,
  167. pricesep = 400,
  168. noship = false,
  169. category = "Pistols",
  170. allowed = {TEAM_GUN}
  171. })
  172. --]]
  173. DarkRP.createShipment("Sig Sauer P229R", {
  174. model = "models/weapons/w_sig_229r.mdl",
  175. entity = "m9k_sig_p229r",
  176. amount = 10,
  177. price = 200,
  178. separate = true,
  179. pricesep = 200,
  180. noship = false,
  181. category = "Pistols",
  182. allowed = {TEAM_GUN}
  183. })
  184.  
  185. -- Submachine Guns --
  186.  
  187. --]]
  188. DarkRP.createShipment("AAC Honey Badger", {
  189. model = "models/weapons/w_aac_honeybadger.mdl",
  190. entity = "m9k_honeybadger",
  191. amount = 10,
  192. price = 7500,
  193. separate = true,
  194. pricesep = 750,
  195. noship = false,
  196. category = "Submachine Guns",
  197. allowed = {TEAM_GUN}
  198. })
  199. --]]
  200. DarkRP.createShipment("Bizon PP19", {
  201. model = "models/weapons/w_pp19_bizon.mdl",
  202. entity = "m9k_bizonp19",
  203. amount = 10,
  204. price = 8000,
  205. separate = true,
  206. pricesep = 800,
  207. noship = false,
  208. category = "Submachine Guns",
  209. allowed = {TEAM_GUN}
  210. })
  211. --]]
  212. DarkRP.createShipment("FN P90", {
  213. model = "models/weapons/w_fn_p90.mdl",
  214. entity = "m9k_smgp90",
  215. amount = 10,
  216. price = 8000,
  217. separate = true,
  218. pricesep = 800,
  219. noship = false,
  220. category = "Submachine Guns",
  221. allowed = {TEAM_GUN}
  222. })
  223. --]]
  224. DarkRP.createShipment("HK MP5", {
  225. model = "models/weapons/w_hk_mp5.mdl",
  226. entity = "m9k_mp5",
  227. amount = 10,
  228. price = 9000,
  229. separate = true,
  230. pricesep = 900,
  231. noship = false,
  232. category = "Submachine Guns",
  233. allowed = {TEAM_GUN}
  234. })
  235. --]]
  236. DarkRP.createShipment("HK MP7", {
  237. model = "models/weapons/w_mp7_silenced.mdl",
  238. entity = "m9k_mp7",
  239. amount = 10,
  240. price = 7500,
  241. separate = true,
  242. pricesep = 750,
  243. noship = false,
  244. category = "Submachine Guns",
  245. allowed = {TEAM_GUN}
  246. })
  247. --]]
  248. DarkRP.createShipment("HK UMP45", {
  249. model = "models/weapons/w_hk_ump45.mdl",
  250. entity = "m9k_ump45",
  251. amount = 10,
  252. price = 7500,
  253. separate = true,
  254. pricesep = 750,
  255. noship = false,
  256. category = "Submachine Guns",
  257. allowed = {TEAM_GUN}
  258. })
  259. --]]
  260. DarkRP.createShipment("HK USC", {
  261. model = "models/weapons/w_hk_usc.mdl",
  262. entity = "m9k_usc",
  263. amount = 10,
  264. price = 7000,
  265. separate = true,
  266. pricesep = 700,
  267. noship = false,
  268. category = "Submachine Guns",
  269. allowed = {TEAM_GUN}
  270. })
  271. --]]
  272. DarkRP.createShipment("KAC PDW", {
  273. model = "models/weapons/w_kac_pdw.mdl",
  274. entity = "m9k_kac_pdw",
  275. amount = 10,
  276. price = 850,
  277. separate = true,
  278. pricesep = 850,
  279. noship = false,
  280. category = "Submachine Guns",
  281. allowed = {TEAM_GUN}
  282. })
  283. --]]
  284. DarkRP.createShipment("KRISS Vector", {
  285. model = "models/weapons/w_kriss_vector.mdl",
  286. entity = "m9k_vector",
  287. amount = 10,
  288. price = 8500,
  289. separate = true,
  290. pricesep = 850,
  291. noship = false,
  292. category = "Submachine Guns",
  293. allowed = {TEAM_GUN}
  294. })
  295. --]]
  296. DarkRP.createShipment("Magpaul PDR", {
  297. model = "models/weapons/w_magpul_pdr.mdl",
  298. entity = "m9k_magpulpdr",
  299. amount = 10,
  300. price = 700,
  301. separate = true,
  302. pricesep = 700,
  303. noship = false,
  304. category = "Submachine Guns",
  305. allowed = {TEAM_GUN}
  306. })
  307. --]]
  308. DarkRP.createShipment("MP40", {
  309. model = "models/weapons/w_mp40smg.mdl",
  310. entity = "m9k_mp40",
  311. amount = 10,
  312. price = 6750,
  313. separate = true,
  314. pricesep = 675,
  315. noship = false,
  316. category = "Submachine Guns",
  317. allowed = {TEAM_GUN}
  318. })
  319. --]]
  320. DarkRP.createShipment("MP5 Suppressed", {
  321. model = "models/weapons/w_hk_mp5sd.mdl",
  322. entity = "m9k_mp5sd",
  323. amount = 10,
  324. price = 9500,
  325. separate = true,
  326. pricesep = 950,
  327. noship = false,
  328. category = "Submachine Guns",
  329. allowed = {TEAM_GUN}
  330. })
  331. --]]
  332. DarkRP.createShipment("MP9", {
  333. model = "models/weapons/w_brugger_thomet_mp9.mdl",
  334. entity = "m9k_mp9",
  335. amount = 10,
  336. price = 8000,
  337. separate = true,
  338. pricesep = 800,
  339. noship = false,
  340. category = "Submachine Guns",
  341. allowed = {TEAM_GUN}
  342. })
  343. --]]
  344. DarkRP.createShipment("STEN", {
  345. model = "models/weapons/w_sten.mdl",
  346. entity = "m9k_sten",
  347. amount = 10,
  348. price = 6750,
  349. separate = true,
  350. pricesep = 675,
  351. noship = false,
  352. category = "Submachine Guns",
  353. allowed = {TEAM_GUN}
  354. })
  355. --]]
  356. DarkRP.createShipment("TEC-9", {
  357. model = "models/weapons/w_intratec_tec9.mdl",
  358. entity = "m9k_tec9",
  359. amount = 10,
  360. price = 7500,
  361. separate = true,
  362. pricesep = 750,
  363. noship = false,
  364. category = "Submachine Guns",
  365. allowed = {TEAM_GUN}
  366. })
  367. --]]
  368. DarkRP.createShipment("Tommy Gun", {
  369. model = "models/weapons/w_tommy_gun.mdl",
  370. entity = "m9k_thompson",
  371. amount = 10,
  372. price = 8500,
  373. separate = true,
  374. pricesep = 850,
  375. noship = false,
  376. category = "Submachine Guns",
  377. allowed = {TEAM_GUN}
  378. })
  379. --]]
  380. DarkRP.createShipment("UZI", {
  381. model = "models/weapons/w_uzi_imi.mdl",
  382. entity = "m9k_uzi",
  383. amount = 10,
  384. price = 7500,
  385. separate = true,
  386. pricesep = 750,
  387. noship = false,
  388. category = "Submachine Guns",
  389. allowed = {TEAM_GUN}
  390. })
  391.  
  392. --Assault Rifles--
  393.  
  394. --]]
  395. DarkRP.createShipment("Winchester", {
  396. model = "models/weapons/w_winchester_1873.mdl",
  397. entity = "m9k_winchester73",
  398. amount = 10,
  399. price = 9500,
  400. separate = true,
  401. pricesep = 950,
  402. noship = false,
  403. category = "Assault Rifles",
  404. allowed = {TEAM_GUN}
  405. })
  406. --]]
  407. DarkRP.createShipment("ACR", {
  408. model = "models/weapons/w_masada_acr.mdl",
  409. entity = "m9k_acr",
  410. amount = 10,
  411. price = 12000,
  412. separate = true,
  413. pricesep = 1200,
  414. noship = false,
  415. category = "Assault Rifles",
  416. allowed = {TEAM_GUN}
  417. })
  418. --]]
  419. DarkRP.createShipment("AK-47", {
  420. model = "models/weapons/w_ak47_m9k.mdl",
  421. entity = "m9k_ak47",
  422. amount = 10,
  423. price = 14000,
  424. separate = true,
  425. pricesep = 1400,
  426. noship = false,
  427. category = "Assault Rifles",
  428. allowed = {TEAM_GUN}
  429. })
  430. --]]
  431. DarkRP.createShipment("AK-74", {
  432. model = "models/weapons/w_tct_ak47.mdl",
  433. entity = "m9k_ak74",
  434. amount = 10,
  435. price = 14000,
  436. separate = true,
  437. pricesep = 1400,
  438. noship = false,
  439. category = "Assault Rifles",
  440. allowed = {TEAM_GUN}
  441. })
  442. --]]
  443. DarkRP.createShipment("AMD 65", {
  444. model = "models/weapons/w_amd_65.mdl",
  445. entity = "m9k_amd65",
  446. amount = 10,
  447. price = 13000,
  448. separate = true,
  449. pricesep = 1300,
  450. noship = false,
  451. category = "Assault Rifles",
  452. allowed = {TEAM_GUN}
  453. })
  454. --]]
  455. DarkRP.createShipment("AN-94", {
  456. model = "models/weapons/w_rif_an_94.mdl",
  457. entity = "m9k_an94",
  458. amount = 10,
  459. price = 16000,
  460. separate = true,
  461. pricesep = 1600,
  462. noship = false,
  463. category = "Assault Rifles",
  464. allowed = {TEAM_GUN}
  465. })
  466. --]]
  467. DarkRP.createShipment("AS VAL", {
  468. model = "models/weapons/w_dmg_vally.mdl",
  469. entity = "m9k_val",
  470. amount = 10,
  471. price = 13000,
  472. separate = true,
  473. pricesep = 1300,
  474. noship = false,
  475. category = "Assault Rifles",
  476. allowed = {TEAM_GUN}
  477. })
  478. --]]
  479. DarkRP.createShipment("F2000", {
  480. model = "models/weapons/w_fn_f2000.mdl",
  481. entity = "m9k_f2000",
  482. amount = 10,
  483. price = 14000,
  484. separate = true,
  485. pricesep = 1400,
  486. noship = false,
  487. category = "Assault Rifles",
  488. allowed = {TEAM_GUN}
  489. })
  490. --]]
  491. DarkRP.createShipment("Famas", {
  492. model = "models/weapons/w_tct_famas.mdl",
  493. entity = "m9k_famas",
  494. amount = 10,
  495. price = 13500,
  496. separate = true,
  497. pricesep = 1350,
  498. noship = false,
  499. category = "Assault Rifles",
  500. allowed = {TEAM_GUN}
  501. })
  502. --]]
  503. DarkRP.createShipment("FN-FAL", {
  504. model = "models/weapons/w_fn_fal.mdl",
  505. entity = "m9k_fal",
  506. amount = 10,
  507. price = 13500,
  508. separate = true,
  509. pricesep = 1350,
  510. noship = false,
  511. category = "Assault Rifles",
  512. allowed = {TEAM_GUN}
  513. })
  514. --]]
  515. DarkRP.createShipment("G36", {
  516. model = "models/weapons/w_hk_g36c.mdl",
  517. entity = "m9k_g36",
  518. amount = 10,
  519. price = 14000,
  520. separate = true,
  521. pricesep = 1400,
  522. noship = false,
  523. category = "Assault Rifles",
  524. allowed = {TEAM_GUN}
  525. })
  526. --]]
  527. DarkRP.createShipment("HK-416", {
  528. model = "models/weapons/w_hk_416.mdl",
  529. entity = "m9k_m416",
  530. amount = 10,
  531. price = 15000,
  532. separate = true,
  533. pricesep = 1500,
  534. noship = false,
  535. category = "Assault Rifles",
  536. allowed = {TEAM_GUN}
  537. })
  538. --]]
  539. DarkRP.createShipment("HK-G3A3", {
  540. model = "models/weapons/w_hk_g3.mdl",
  541. entity = "m9k_g3a3",
  542. amount = 10,
  543. price = 12500,
  544. separate = true,
  545. pricesep = 1250,
  546. noship = false,
  547. category = "Assault Rifles",
  548. allowed = {TEAM_GUN}
  549. })
  550. --]]
  551. DarkRP.createShipment("L85", {
  552. model = "models/weapons/w_l85a2.mdl",
  553. entity = "m9k_l85",
  554. amount = 10,
  555. price = 11500,
  556. separate = true,
  557. pricesep = 1150,
  558. noship = false,
  559. category = "Assault Rifles",
  560. allowed = {TEAM_GUN}
  561. })
  562. --]]
  563. DarkRP.createShipment("M14", {
  564. model = "models/weapons/w_snip_m14sp.mdl",
  565. entity = "m9k_m14sp",
  566. amount = 10,
  567. price = 14500,
  568. separate = true,
  569. pricesep = 1450,
  570. noship = false,
  571. category = "Assault Rifles",
  572. allowed = {TEAM_GUN}
  573. })
  574. --]]
  575. DarkRP.createShipment("M16A4 ACOG", {
  576. model = "models/weapons/w_dmg_m16ag.mdl",
  577. entity = "m9k_m16a4_acog",
  578. amount = 10,
  579. price = 15500,
  580. separate = true,
  581. pricesep = 1550,
  582. noship = false,
  583. category = "Assault Rifles",
  584. allowed = {TEAM_GUN}
  585. })
  586. --]]
  587. DarkRP.createShipment("M4A1", {
  588. model = "models/weapons/w_m4a1_iron.mdl",
  589. entity = "m9k_m4a1",
  590. amount = 10,
  591. price = 15000,
  592. separate = true,
  593. pricesep = 1500,
  594. noship = false,
  595. category = "Assault Rifles",
  596. allowed = {TEAM_GUN}
  597. })
  598. --]]
  599. DarkRP.createShipment("SCAR", {
  600. model = "models/weapons/w_fn_scar_h.mdl",
  601. entity = "m9k_scar",
  602. amount = 10,
  603. price = 15000,
  604. separate = true,
  605. pricesep = 1500,
  606. noship = false,
  607. category = "Assault Rifles",
  608. allowed = {TEAM_GUN}
  609. })
  610. --]]
  611. DarkRP.createShipment("SR-3M Vikhr", {
  612. model = "models/weapons/w_dmg_vikhr.mdl",
  613. entity = "m9k_vikhr",
  614. amount = 10,
  615. price = 13500,
  616. separate = true,
  617. pricesep = 1350,
  618. noship = false,
  619. category = "Assault Rifles",
  620. allowed = {TEAM_GUN}
  621. })
  622. --]]
  623. DarkRP.createShipment("Steyr AUG-A3", {
  624. model = "models/weapons/w_auga3.mdl",
  625. entity = "m9k_auga3",
  626. amount = 10,
  627. price = 13500,
  628. separate = true,
  629. pricesep = 1350,
  630. noship = false,
  631. category = "Assault Rifles",
  632. allowed = {TEAM_GUN}
  633. })
  634. --]]
  635. DarkRP.createShipment("TAR-21", {
  636. model = "models/weapons/w_imi_tar21.mdl",
  637. entity = "m9k_tar21",
  638. amount = 10,
  639. price = 12500,
  640. separate = true,
  641. pricesep = 1250,
  642. noship = false,
  643. category = "Assault Rifles",
  644. allowed = {TEAM_GUN}
  645. })
  646.  
  647. --Shotguns--
  648.  
  649. --]]
  650. DarkRP.createShipment("Benelli M3", {
  651. model = "models/weapons/w_benelli_m3.mdl",
  652. entity = "m9k_m3",
  653. amount = 10,
  654. price = 13000,
  655. separate = true,
  656. pricesep = 1300,
  657. noship = false,
  658. category = "Shotguns",
  659. allowed = {TEAM_GUN}
  660. })
  661. --]]
  662. DarkRP.createShipment("Browning Auto-5", {
  663. model = "models/weapons/w_browning_auto.mdl",
  664. entity = "m9k_browningauto5",
  665. amount = 10,
  666. price = 14500,
  667. separate = true,
  668. pricesep = 1450,
  669. noship = false,
  670. category = "Shotguns",
  671. allowed = {TEAM_GUN}
  672. })
  673. --]]
  674. DarkRP.createShipment("Double-Barrel Shotgun", {
  675. model = "models/weapons/w_double_barrel_shotgun.mdl",
  676. entity = "m9k_dbarrel",
  677. amount = 10,
  678. price = 15000,
  679. separate = true,
  680. pricesep = 1500,
  681. noship = false,
  682. category = "Shotguns",
  683. allowed = {TEAM_GUN}
  684. })
  685. --]]
  686. DarkRP.createShipment("Ithaca M37", {
  687. model = "models/weapons/w_ithaca_m37.mdl",
  688. entity = "m9k_ithacam37",
  689. amount = 10,
  690. price = 13000,
  691. separate = true,
  692. pricesep = 1300,
  693. noship = false,
  694. category = "Shotguns",
  695. allowed = {TEAM_GUN}
  696. })
  697. --]]
  698. DarkRP.createShipment("Mossberg 590", {
  699. model = "models/weapons/w_mossberg_590.mdl",
  700. entity = "m9k_mossberg590",
  701. amount = 10,
  702. price = 14500,
  703. separate = true,
  704. pricesep = 1450,
  705. noship = false,
  706. category = "Shotguns",
  707. allowed = {TEAM_GUN}
  708. })
  709. --]]
  710. DarkRP.createShipment("Pancor Jackhammer", {
  711. model = "models/weapons/w_pancor_jackhammer.mdl",
  712. entity = "m9k_jackhammer",
  713. amount = 10,
  714. price = 14500,
  715. separate = true,
  716. pricesep = 1450,
  717. noship = false,
  718. category = "Shotguns",
  719. allowed = {TEAM_GUN}
  720. })
  721. --]]
  722. DarkRP.createShipment("Remington 870", {
  723. model = "models/weapons/w_remington_870_tact.mdl",
  724. entity = "m9k_remington870",
  725. amount = 10,
  726. price = 13500,
  727. separate = true,
  728. pricesep = 1350,
  729. noship = false,
  730. category = "Shotguns",
  731. allowed = {TEAM_GUN}
  732. })
  733. --]]
  734. DarkRP.createShipment("SPAS-12", {
  735. model = "models/weapons/w_spas_12.mdl",
  736. entity = "m9k_spas12",
  737. amount = 10,
  738. price = 15500,
  739. separate = true,
  740. pricesep = 1550,
  741. noship = false,
  742. category = "Shotguns",
  743. allowed = {TEAM_GUN}
  744. })
  745. --]]
  746. DarkRP.createShipment("Striker-12", {
  747. model = "models/weapons/w_striker_12g.mdl",
  748. entity = "m9k_striker12",
  749. amount = 10,
  750. price = 16000,
  751. separate = true,
  752. pricesep = 1600,
  753. noship = false,
  754. category = "Shotguns",
  755. allowed = {TEAM_GUN}
  756. })
  757. --]]
  758. DarkRP.createShipment("USAS", {
  759. model = "models/weapons/w_usas_12.mdl",
  760. entity = "m9k_usas",
  761. amount = 10,
  762. price = 17000,
  763. separate = true,
  764. pricesep = 1700,
  765. noship = false,
  766. category = "Shotguns",
  767. allowed = {TEAM_GUN}
  768. })
  769. --]]
  770. DarkRP.createShipment("Winchester 1897", {
  771. model = "models/weapons/w_winchester_1897_trench.mdl",
  772. entity = "m9k_1897winchester",
  773. amount = 10,
  774. price = 13000,
  775. separate = true,
  776. pricesep = 1300,
  777. noship = false,
  778. category = "Shotguns",
  779. allowed = {TEAM_GUN}
  780. })
  781. --]]
  782. DarkRP.createShipment("Winchester 1887", {
  783. model = "models/weapons/w_winchester_1887.mdl",
  784. entity = "m9k_1887winchester",
  785. amount = 10,
  786. price = 13000,
  787. separate = true,
  788. pricesep = 1300,
  789. noship = false,
  790. category = "Shotguns",
  791. allowed = {TEAM_GUN}
  792. })
  793.  
  794. --Sniper Rifles--
  795.  
  796. --]]
  797. DarkRP.createShipment("AI AW50", {
  798. model = "models/weapons/w_acc_int_aw50.mdl",
  799. entity = "m9k_aw50",
  800. amount = 10,
  801. price = 22000,
  802. separate = true,
  803. pricesep = 2200,
  804. noship = false,
  805. category = "Sniper Rifles",
  806. allowed = {TEAM_GUN}
  807. })
  808. --]]
  809. DarkRP.createShipment("Barret M82", {
  810. model = "models/weapons/w_barret_m82.mdl",
  811. entity = "m9k_barret_m82",
  812. amount = 10,
  813. price = 25000,
  814. separate = true,
  815. pricesep = 2500,
  816. noship = false,
  817. category = "Sniper Rifles",
  818. allowed = {TEAM_GUN}
  819. })
  820. --]]
  821. DarkRP.createShipment("Barret M98B", {
  822. model = "models/weapons/w_barrett_m98b.mdl",
  823. entity = "m9k_m98b",
  824. amount = 10,
  825. price = 24000,
  826. separate = true,
  827. pricesep = 2400,
  828. noship = false,
  829. category = "Sniper Rifles",
  830. allowed = {TEAM_GUN}
  831. })
  832. --]]
  833. DarkRP.createShipment("Dragunov SVU", {
  834. model = "models/weapons/w_dragunov_svu.mdl",
  835. entity = "m9k_svu",
  836. amount = 10,
  837. price = 26000,
  838. separate = true,
  839. pricesep = 2600,
  840. noship = false,
  841. category = "Sniper Rifles",
  842. allowed = {TEAM_GUN}
  843. })
  844. --]]
  845. DarkRP.createShipment("HK-SL8", {
  846. model = "models/weapons/w_hk_sl8.mdl",
  847. entity = "m9k_sl8",
  848. amount = 10,
  849. price = 22000,
  850. separate = true,
  851. pricesep = 2200,
  852. noship = false,
  853. category = "Sniper Rifles",
  854. allowed = {TEAM_GUN}
  855. })
  856. --]]
  857. DarkRP.createShipment("Intervention", {
  858. model = "models/weapons/w_snip_int.mdl",
  859. entity = "m9k_intervention",
  860. amount = 10,
  861. price = 25000,
  862. separate = true,
  863. pricesep = 2500,
  864. noship = false,
  865. category = "Sniper Rifles",
  866. allowed = {TEAM_GUN}
  867. })
  868. --]]
  869. DarkRP.createShipment("M24", {
  870. model = "models/weapons/w_snip_m24_6.mdl",
  871. entity = "m9k_m24",
  872. amount = 10,
  873. price = 23000,
  874. separate = true,
  875. pricesep = 2300,
  876. noship = false,
  877. category = "Sniper Rifles",
  878. allowed = {TEAM_GUN}
  879. })
  880. --]]
  881. DarkRP.createShipment("PSG1", {
  882. model = "models/weapons/w_hk_psg1.mdl",
  883. entity = "m9k_psg1",
  884. amount = 10,
  885. price = 23500,
  886. separate = true,
  887. pricesep = 2350,
  888. noship = false,
  889. category = "Sniper Rifles",
  890. allowed = {TEAM_GUN}
  891. })
  892. --]]
  893. DarkRP.createShipment("Remington 7615P", {
  894. model = "models/weapons/w_remington_7615p.mdl",
  895. entity = "m9k_remington7615p",
  896. amount = 10,
  897. price = 22000,
  898. separate = true,
  899. pricesep = 2200,
  900. noship = false,
  901. category = "Sniper Rifles",
  902. allowed = {TEAM_GUN}
  903. })
  904. --]]
  905. DarkRP.createShipment("SVD Dragunov", {
  906. model = "models/weapons/w_svd_dragunov.mdl",
  907. entity = "m9k_dragunov",
  908. amount = 10,
  909. price = 24000,
  910. separate = true,
  911. pricesep = 2400,
  912. noship = false,
  913. category = "Sniper Rifles",
  914. allowed = {TEAM_GUN}
  915. })
  916. --]]
  917. DarkRP.createShipment("SVT-40", {
  918. model = "models/weapons/w_svt_40.mdl",
  919. entity = "m9k_svt40",
  920. amount = 10,
  921. price = 23000,
  922. separate = true,
  923. pricesep = 2300,
  924. noship = false,
  925. category = "Sniper Rifles",
  926. allowed = {TEAM_GUN}
  927. })
  928. --]]
  929. DarkRP.createShipment("Thompson Contender G2", {
  930. model = "models/weapons/w_g2_contender.mdl",
  931. entity = "m9k_contender",
  932. amount = 10,
  933. price = 20000,
  934. separate = true,
  935. pricesep = 2000,
  936. noship = false,
  937. category = "Sniper Rifles",
  938. allowed = {TEAM_GUN}
  939. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement