Advertisement
Guest User

GunDealer and Black Market Dealer Shipment

a guest
Aug 26th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.79 KB | None | 0 0
  1. --[[
  2. Rifles
  3. --]]
  4.  
  5. DarkRP.createShipment("ACR", {
  6. model = "models/weapons/w_masada_acr.mdl",
  7. entity = "m9k_acr",
  8. price = 10000,
  9. amount = 10,
  10. separate = true,
  11. pricesep = 4000,
  12. noship = false,
  13. allowed = {TEAM_GUN},
  14. -- CustomCheck
  15. category = "Rifles",
  16. })
  17.  
  18. DarkRP.createShipment("AK74", {
  19. model = "models/weapons/w_tct_ak47.mdl",
  20. entity = "m9k_ak74",
  21. price = 10000,
  22. amount = 10,
  23. separate = true,
  24. pricesep = 4000,
  25. noship = false,
  26. allowed = {TEAM_GUN},
  27. -- CustomCheck
  28. category = "Rifles",
  29. })
  30.  
  31. DarkRP.createShipment("AMD 65", {
  32. model = "models/weapons/w_amd_65.mdl",
  33. entity = "m9k_amd65",
  34. price = 10000,
  35. amount = 10,
  36. separate = true,
  37. pricesep = 4000,
  38. noship = false,
  39. allowed = {TEAM_GUN},
  40. -- CustomCheck
  41. category = "Rifles",
  42. })
  43.  
  44. DarkRP.createShipment("AN 94", {
  45. model = "models/weapons/w_rif_an_94.mdl",
  46. entity = "m9k_an94",
  47. price = 10000,
  48. amount = 10,
  49. separate = true,
  50. pricesep = 4000,
  51. noship = false,
  52. allowed = {TEAM_GUN},
  53. -- CustomCheck
  54. category = "Rifles",
  55. })
  56.  
  57. DarkRP.createShipment("Aug A3", {
  58. model = "models/weapons/w_auga3.mdl",
  59. entity = "m9k_auga3",
  60. price = 10000,
  61. amount = 10,
  62. separate = true,
  63. pricesep = 4000,
  64. noship = false,
  65. allowed = {TEAM_GUN},
  66. -- CustomCheck
  67. category = "Rifles",
  68. })
  69.  
  70. DarkRP.createShipment("F200", {
  71. model = "models/weapons/w_fn_f2000.mdl",
  72. entity = "m9k_f2000",
  73. price = 10000,
  74. amount = 10,
  75. separate = true,
  76. pricesep = 4000,
  77. noship = false,
  78. allowed = {TEAM_GUN},
  79. -- CustomCheck
  80. category = "Rifles",
  81. })
  82.  
  83. DarkRP.createShipment("FAL", {
  84. model = "models/weapons/w_fn_fal.mdl",
  85. entity = "m9k_fal",
  86. price = 10000,
  87. amount = 10,
  88. separate = true,
  89. pricesep = 4000,
  90. noship = false,
  91. allowed = {TEAM_GUN},
  92. -- CustomCheck
  93. category = "Rifles",
  94. })
  95.  
  96. DarkRP.createShipment("Famas", {
  97. model = "models/weapons/w_tct_famas.mdl",
  98. entity = "m9k_famas",
  99. price = 10000,
  100. amount = 10,
  101. separate = true,
  102. pricesep = 4000,
  103. noship = false,
  104. allowed = {TEAM_GUN},
  105. -- CustomCheck
  106. category = "Rifles",
  107. })
  108.  
  109. DarkRP.createShipment("HK G3A3", {
  110. model = "models/weapons/w_hk_g3.mdl",
  111. entity = "m9k_g3a3",
  112. price = 10000,
  113. amount = 10,
  114. separate = true,
  115. pricesep = 4000,
  116. noship = false,
  117. allowed = {TEAM_GUN},
  118. -- CustomCheck
  119. category = "Rifles",
  120. })
  121.  
  122. DarkRP.createShipment("G36", {
  123. model = "models/weapons/w_hk_g36c.mdl",
  124. entity = "m9k_g36",
  125. price = 10000,
  126. amount = 10,
  127. separate = true,
  128. pricesep = 4000,
  129. noship = false,
  130. allowed = {TEAM_GUN},
  131. -- CustomCheck
  132. category = "Rifles",
  133. })
  134.  
  135. DarkRP.createShipment("L85", {
  136. model = "models/weapons/w_l85a2.mdl",
  137. entity = "m9k_l85",
  138. price = 10000,
  139. amount = 10,
  140. separate = true,
  141. pricesep = 4000,
  142. noship = false,
  143. allowed = {TEAM_GUN},
  144. -- CustomCheck
  145. category = "Rifles",
  146. })
  147.  
  148. DarkRP.createShipment("M14", {
  149. model = "models/weapons/w_snip_m14sp.mdl",
  150. entity = "m9k_m14sp",
  151. price = 10000,
  152. amount = 10,
  153. separate = true,
  154. pricesep = 4000,
  155. noship = false,
  156. allowed = {TEAM_GUN},
  157. -- CustomCheck
  158. category = "Rifles",
  159. })
  160.  
  161. DarkRP.createShipment("M16A4 ACOG", {
  162. model = "models/weapons/w_dmg_m16ag.mdl",
  163. entity = "m9k_m16a4_acog",
  164. price = 10000,
  165. amount = 10,
  166. separate = true,
  167. pricesep = 4000,
  168. noship = false,
  169. allowed = {TEAM_GUN},
  170. -- CustomCheck
  171. category = "Rifles",
  172. })
  173.  
  174. DarkRP.createShipment("M416", {
  175. model = "models/weapons/w_hk_416.mdl",
  176. entity = "m9k_m416",
  177. price = 10000,
  178. amount = 10,
  179. separate = true,
  180. pricesep = 4000,
  181. noship = false,
  182. allowed = {TEAM_GUN},
  183. -- CustomCheck
  184. category = "Rifles",
  185. })
  186.  
  187. DarkRP.createShipment("SCAR", {
  188. model = "models/weapons/w_fn_scar_h.mdl",
  189. entity = "m9k_scar",
  190. price = 10000,
  191. amount = 10,
  192. separate = true,
  193. pricesep = 4000,
  194. noship = false,
  195. allowed = {TEAM_GUN},
  196. -- CustomCheck
  197. category = "Rifles",
  198. })
  199.  
  200. DarkRP.createShipment("TAR-21", {
  201. model = "models/weapons/w_imi_tar21.mdl",
  202. entity = "m9k_tar21",
  203. price = 10000,
  204. amount = 10,
  205. separate = true,
  206. pricesep = 4000,
  207. noship = false,
  208. allowed = {TEAM_GUN},
  209. -- CustomCheck
  210. category = "Rifles",
  211. })
  212.  
  213. DarkRP.createShipment("AS VAL", {
  214. model = "models/weapons/w_dmg_vally.mdl",
  215. entity = "m9k_val",
  216. price = 10000,
  217. amount = 10,
  218. separate = true,
  219. pricesep = 4000,
  220. noship = false,
  221. allowed = {TEAM_GUN},
  222. -- CustomCheck
  223. category = "Rifles",
  224. })
  225.  
  226. DarkRP.createShipment("SR-3M Vikhr", {
  227. model = "models/weapons/w_dmg_vikhr.mdl",
  228. entity = "m9k_vikhr",
  229. price = 10000,
  230. amount = 10,
  231. separate = true,
  232. pricesep = 4000,
  233. noship = false,
  234. allowed = {TEAM_GUN},
  235. -- CustomCheck
  236. category = "Rifles",
  237. })
  238.  
  239. DarkRP.createShipment("73 Winchester Carbine", {
  240. model = "models/weapons/w_winchester_1873.mdl",
  241. entity = "m9k_winchester73",
  242. price = 10000,
  243. amount = 10,
  244. separate = true,
  245. pricesep = 4000,
  246. noship = false,
  247. allowed = {TEAM_GUN},
  248. -- CustomCheck
  249. category = "Rifles",
  250. })
  251.  
  252. DarkRP.createShipment("Ares Shrike", {
  253. model = "models/weapons/w_ares_shrike.mdl",
  254. entity = "m9k_ares_shrike",
  255. price = 10000,
  256. amount = 10,
  257. separate = true,
  258. pricesep = 4000,
  259. noship = false,
  260. allowed = {TEAM_GUN},
  261. -- CustomCheck
  262. category = "Rifles",
  263. })
  264.  
  265. DarkRP.createShipment("FG 42", {
  266. model = "models/weapons/w_fg42.mdl",
  267. entity = "m9k_fg42",
  268. price = 10000,
  269. amount = 10,
  270. separate = true,
  271. pricesep = 4000,
  272. noship = false,
  273. allowed = {TEAM_GUN},
  274. -- CustomCheck
  275. category = "Rifles",
  276. })
  277.  
  278. DarkRP.createShipment("M134 Minigun", {
  279. model = "models/weapons/w_m134_minigun.mdl",
  280. entity = "m9k_minigun",
  281. price = 10000,
  282. amount = 10,
  283. separate = true,
  284. pricesep = 4000,
  285. noship = false,
  286. allowed = {TEAM_GUN},
  287. -- CustomCheck
  288. category = "Rifles",
  289. })
  290.  
  291. DarkRP.createShipment("M1918 BAR", {
  292. model = "models/weapons/w_m1918_bar.mdl",
  293. entity = "m9k_m1918bar",
  294. price = 10000,
  295. amount = 10,
  296. separate = true,
  297. pricesep = 4000,
  298. noship = false,
  299. allowed = {TEAM_GUN},
  300. -- CustomCheck
  301. category = "Rifles",
  302. })
  303.  
  304. DarkRP.createShipment("M249 LMG", {
  305. model = "models/weapons/w_m249_machine_gun.mdl",
  306. entity = "m9k_m249lmg",
  307. price = 10000,
  308. amount = 10,
  309. separate = true,
  310. pricesep = 4000,
  311. noship = false,
  312. allowed = {TEAM_GUN},
  313. -- CustomCheck
  314. category = "Rifles",
  315. })
  316.  
  317. DarkRP.createShipment("M60 Machine Gun", {
  318. model = "models/weapons/w_m60_machine_gun.mdl",
  319. entity = "m9k_m60",
  320. price = 10000,
  321. amount = 10,
  322. separate = true,
  323. pricesep = 4000,
  324. noship = false,
  325. allowed = {TEAM_GUN},
  326. -- CustomCheck
  327. category = "Rifles",
  328. })
  329.  
  330. DarkRP.createShipment("PKM", {
  331. model = "models/weapons/w_mach_russ_pkm.mdl",
  332. entity = "m9k_pkm",
  333. price = 10000,
  334. amount = 10,
  335. separate = true,
  336. pricesep = 4000,
  337. noship = false,
  338. allowed = {TEAM_GUN},
  339. -- CustomCheck
  340. category = "Rifles",
  341. })
  342.  
  343. DarkRP.createShipment("CS AK47", {
  344. model = "models/weapons/w_rif_ak47.mdl",
  345. entity = "weapon_ak472",
  346. price = 10000,
  347. amount = 10,
  348. separate = true,
  349. pricesep = 4000,
  350. noship = false,
  351. allowed = {TEAM_GUN},
  352. -- CustomCheck
  353. category = "Rifles",
  354. })
  355.  
  356. DarkRP.createShipment("CS M4", {
  357. model = "models/weapons/w_rif_m4a1.mdl",
  358. entity = "weapon_m42",
  359. price = 10000,
  360. amount = 10,
  361. separate = true,
  362. pricesep = 4000,
  363. noship = false,
  364. allowed = {TEAM_GUN},
  365. -- CustomCheck
  366. category = "Rifles",
  367. })
  368.  
  369. --[[
  370. Specialties
  371. --]]
  372.  
  373. DarkRP.createShipment("Damascus Sword", {
  374. model = "models/weapons/w_damascus_sword.mdl",
  375. entity = "m9k_damascus",
  376. price = 10000,
  377. amount = 10,
  378. separate = true,
  379. pricesep = 4000,
  380. noship = false,
  381. allowed = {TEAM_BLACKM},
  382. -- CustomCheck
  383. category = "Melee",
  384. })
  385.  
  386. DarkRP.createShipment("Knife", {
  387. model = "models/weapons/w_extreme_ratio.mdl",
  388. entity = "m9k_knife",
  389. price = 10000,
  390. amount = 10,
  391. separate = true,
  392. pricesep = 4000,
  393. noship = false,
  394. allowed = {TEAM_BLACKM},
  395. -- CustomCheck
  396. category = "Melee",
  397. })
  398.  
  399. DarkRP.createShipment("Machete", {
  400. model = "models/weapons/w_fc2_machete.mdl",
  401. entity = "m9k_machete",
  402. price = 10000,
  403. amount = 10,
  404. separate = true,
  405. pricesep = 4000,
  406. noship = false,
  407. allowed = {TEAM_BLACKM},
  408. -- CustomCheck
  409. category = "Melee",
  410. })
  411.  
  412. DarkRP.createShipment("Frag Grenade", {
  413. model = "models/weapons/w_grenade.mdl",
  414. entity = "m9k_m61_frag",
  415. price = 10000,
  416. amount = 10,
  417. separate = true,
  418. pricesep = 4000,
  419. noship = false,
  420. allowed = {TEAM_BLACKM},
  421. -- CustomCheck
  422. category = "Specialty",
  423. })
  424.  
  425. DarkRP.createShipment("IED Detonator", {
  426. model = "models/weapons/w_camphon2.mdl",
  427. entity = "m9k_ied_detonator",
  428. price = 10000,
  429. amount = 10,
  430. separate = true,
  431. pricesep = 4000,
  432. noship = false,
  433. allowed = {TEAM_BLACKM},
  434. -- CustomCheck
  435. category = "Specialty",
  436. })
  437.  
  438. DarkRP.createShipment("M202", {
  439. model = "models/weapons/w_rocket_launcher.mdl",
  440. entity = "m9k_m202",
  441. price = 10000,
  442. amount = 10,
  443. separate = true,
  444. pricesep = 4000,
  445. noship = false,
  446. allowed = {TEAM_BLACKM},
  447. -- CustomCheck
  448. category = "Specialty",
  449. })
  450.  
  451. DarkRP.createShipment("M79 GL Grenade Launcher", {
  452. model = "models/weapons/w_m79_grenadelauncher.mdl",
  453. entity = "m9k_m79gl",
  454. price = 10000,
  455. amount = 10,
  456. separate = true,
  457. pricesep = 4000,
  458. noship = false,
  459. allowed = {TEAM_BLACKM},
  460. -- CustomCheck
  461. category = "Specialty",
  462. })
  463.  
  464. DarkRP.createShipment("Matador", {
  465. model = "models/weapons/w_GDCW_MATADOR_RL.mdl",
  466. entity = "m9k_matador",
  467. price = 10000,
  468. amount = 10,
  469. separate = true,
  470. pricesep = 4000,
  471. noship = false,
  472. allowed = {TEAM_BLACKM},
  473. -- CustomCheck
  474. category = "Specialty",
  475. })
  476.  
  477. DarkRP.createShipment("Milkor Mk1 Grenade Launcher", {
  478. model = "models/weapons/w_milkor_mgl1.mdl",
  479. entity = "m9k_milkormgl",
  480. price = 10000,
  481. amount = 10,
  482. separate = true,
  483. pricesep = 4000,
  484. noship = false,
  485. allowed = {TEAM_BLACKM},
  486. -- CustomCheck
  487. category = "Specialty",
  488. })
  489.  
  490. DarkRP.createShipment("Nerve Gas", {
  491. model = "models/weapons/w_grenade.mdl",
  492. entity = "m9k_nerve_gas",
  493. price = 10000,
  494. amount = 10,
  495. separate = true,
  496. pricesep = 4000,
  497. noship = false,
  498. allowed = {TEAM_BLACKM},
  499. -- CustomCheck
  500. category = "Specialty",
  501. })
  502.  
  503. DarkRP.createShipment("Nitro Glycerine", {
  504. model = "models/weapons/w_nitro.mdl",
  505. entity = "m9k_nitro",
  506. price = 10000,
  507. amount = 10,
  508. separate = true,
  509. pricesep = 4000,
  510. noship = false,
  511. allowed = {TEAM_BLACKM},
  512. -- CustomCheck
  513. category = "Specialty",
  514. })
  515.  
  516. DarkRP.createShipment("Prox Mine", {
  517. model = "models/weapons/w_px.mdl",
  518. entity = "m9k_proxy_mine",
  519. price = 10000,
  520. amount = 10,
  521. separate = true,
  522. pricesep = 4000,
  523. noship = false,
  524. allowed = {TEAM_BLACKM},
  525. -- CustomCheck
  526. category = "Specialty",
  527. })
  528.  
  529. DarkRP.createShipment("RPG-7", {
  530. model = "models/weapons/w_rl7.mdl",
  531. entity = "m9k_rpg7",
  532. price = 10000,
  533. amount = 10,
  534. separate = true,
  535. pricesep = 4000,
  536. noship = false,
  537. allowed = {TEAM_BLACKM},
  538. -- CustomCheck
  539. category = "Specialty",
  540. })
  541.  
  542. DarkRP.createShipment("Sticky Grenade", {
  543. model = "models/weapons/w_sticky_grenade.mdl",
  544. entity = "m9k_sticky_grenade",
  545. price = 10000,
  546. amount = 10,
  547. separate = true,
  548. pricesep = 4000,
  549. noship = false,
  550. allowed = {TEAM_BLACKM},
  551. -- CustomCheck
  552. category = "Specialty",
  553. })
  554.  
  555. DarkRP.createShipment("Timed C4", {
  556. model = "models/weapons/w_sb.mdl",
  557. entity = "m9k_suicide_bomb",
  558. price = 10000,
  559. amount = 10,
  560. separate = true,
  561. pricesep = 4000,
  562. noship = false,
  563. allowed = {TEAM_BLACKM},
  564. -- CustomCheck
  565. category = "Specialty",
  566. })
  567.  
  568. --[[
  569. Small Arms
  570. --]]
  571.  
  572. DarkRP.createShipment("CS Deagle", {
  573. model = "models/weapons/w_pist_deagle.mdl",
  574. entity = "weapon_deagle2",
  575. price = 10000,
  576. amount = 10,
  577. separate = true,
  578. pricesep = 4000,
  579. noship = false,
  580. allowed = {TEAM_GUN},
  581. -- CustomCheck
  582. category = "Pistols",
  583. })
  584.  
  585. DarkRP.createShipment("CS FiveSeven", {
  586. model = "models/weapons/w_pist_fiveseven.mdl",
  587. entity = "weapon_fiveseven2",
  588. price = 10000,
  589. amount = 10,
  590. separate = true,
  591. pricesep = 4000,
  592. noship = false,
  593. allowed = {TEAM_GUN},
  594. -- CustomCheck
  595. category = "Pistols",
  596. })
  597.  
  598. DarkRP.createShipment("CS Glock", {
  599. model = "models/weapons/w_pist_glock18.mdl",
  600. entity = "weapon_glock2",
  601. price = 10000,
  602. amount = 10,
  603. separate = true,
  604. pricesep = 4000,
  605. noship = false,
  606. allowed = {TEAM_GUN},
  607. -- CustomCheck
  608. category = "Pistols",
  609. })
  610.  
  611. DarkRP.createShipment("CS MAC 10", {
  612. model = "models/weapons/w_smg_mac10.mdl",
  613. entity = "weapon_mac102",
  614. price = 10000,
  615. amount = 10,
  616. separate = true,
  617. pricesep = 4000,
  618. noship = false,
  619. allowed = {TEAM_GUN},
  620. -- CustomCheck
  621. category = "SMGs",
  622. })
  623.  
  624. DarkRP.createShipment("CS MP5", {
  625. model = "models/weapons/w_smg_mp5.mdl",
  626. entity = "weapon_mp52",
  627. price = 10000,
  628. amount = 10,
  629. separate = true,
  630. pricesep = 4000,
  631. noship = false,
  632. allowed = {TEAM_GUN},
  633. -- CustomCheck
  634. category = "SMGs",
  635. })
  636.  
  637. DarkRP.createShipment("CS P228", {
  638. model = "models/weapons/w_pist_p228.mdl",
  639. entity = "weapon_p2282",
  640. price = 10000,
  641. amount = 10,
  642. separate = true,
  643. pricesep = 4000,
  644. noship = false,
  645. allowed = {TEAM_GUN},
  646. -- CustomCheck
  647. category = "Pistols",
  648. })
  649.  
  650. DarkRP.createShipment("Bizon PP19", {
  651. model = "models/weapons/w_pp19_bizon.mdl",
  652. entity = "m9k_bizonp19",
  653. price = 10000,
  654. amount = 10,
  655. separate = true,
  656. pricesep = 4000,
  657. noship = false,
  658. allowed = {TEAM_GUN},
  659. -- CustomCheck
  660. category = "SMGs",
  661. })
  662.  
  663. DarkRP.createShipment("Colt Python", {
  664. model = "models/weapons/w_colt_python.mdl",
  665. entity = "m9k_coltpython",
  666. price = 10000,
  667. amount = 10,
  668. separate = true,
  669. pricesep = 4000,
  670. noship = false,
  671. allowed = {TEAM_GUN},
  672. -- CustomCheck
  673. category = "Pistols",
  674. })
  675.  
  676. DarkRP.createShipment("Colt 1911", {
  677. model = "models/weapons/s_dmgf_co1911.mdl",
  678. entity = "m9k_colt1911",
  679. price = 10000,
  680. amount = 10,
  681. separate = true,
  682. pricesep = 4000,
  683. noship = false,
  684. allowed = {TEAM_GUN},
  685. -- CustomCheck
  686. category = "Pistols",
  687. })
  688.  
  689. DarkRP.createShipment("Deagle", {
  690. model = "models/weapons/w_tcom_deagle.mdl",
  691. entity = "m9k_deagle",
  692. price = 10000,
  693. amount = 10,
  694. separate = true,
  695. pricesep = 4000,
  696. noship = false,
  697. allowed = {TEAM_GUN},
  698. -- CustomCheck
  699. category = "Pistols",
  700. })
  701.  
  702. DarkRP.createShipment("Glock 18", {
  703. model = "models/weapons/w_dmg_glock.mdl",
  704. entity = "m9k_glock",
  705. price = 10000,
  706. amount = 10,
  707. separate = true,
  708. pricesep = 4000,
  709. noship = false,
  710. allowed = {TEAM_GUN},
  711. -- CustomCheck
  712. category = "Pistols",
  713. })
  714.  
  715. DarkRP.createShipment("HK45C", {
  716. model = "models/weapons/w_hk45c.mdl",
  717. entity = "m9k_hk45",
  718. price = 10000,
  719. amount = 10,
  720. separate = true,
  721. pricesep = 4000,
  722. noship = false,
  723. allowed = {TEAM_GUN},
  724. -- CustomCheck
  725. category = "Pistols",
  726. })
  727.  
  728. DarkRP.createShipment("AAC Honey Badger", {
  729. model = "models/weapons/w_aac_honeybadger.mdl",
  730. entity = "m9k_honeybadger",
  731. price = 10000,
  732. amount = 10,
  733. separate = true,
  734. pricesep = 4000,
  735. noship = false,
  736. allowed = {TEAM_GUN},
  737. -- CustomCheck
  738. category = "SMGs",
  739. })
  740.  
  741. DarkRP.createShipment("KAC PDW", {
  742. model = "models/weapons/w_kac_pdw.mdl",
  743. entity = "m9k_kac_pdw",
  744. price = 10000,
  745. amount = 10,
  746. separate = true,
  747. pricesep = 4000,
  748. noship = false,
  749. allowed = {TEAM_GUN},
  750. -- CustomCheck
  751. category = "SMGs",
  752. })
  753.  
  754. DarkRP.createShipment("P08 Luger", {
  755. model = "models/weapons/w_luger_p08.mdl",
  756. entity = "m9k_luger",
  757. price = 10000,
  758. amount = 10,
  759. separate = true,
  760. pricesep = 4000,
  761. noship = false,
  762. allowed = {TEAM_GUN},
  763. -- CustomCheck
  764. category = "Pistols",
  765. })
  766.  
  767. DarkRP.createShipment("M29 Satan", {
  768. model = "models/weapons/w_m29_satan.mdl",
  769. entity = "m9k_m29satan",
  770. price = 10000,
  771. amount = 10,
  772. separate = true,
  773. pricesep = 4000,
  774. noship = false,
  775. allowed = {TEAM_GUN},
  776. -- CustomCheck
  777. category = "Pistols",
  778. })
  779.  
  780. DarkRP.createShipment("M92 Beretta", {
  781. model = "models/weapons/w_beretta_m92.mdl",
  782. entity = "m9k_m92beretta",
  783. price = 10000,
  784. amount = 10,
  785. separate = true,
  786. pricesep = 4000,
  787. noship = false,
  788. allowed = {TEAM_GUN},
  789. -- CustomCheck
  790. category = "Pistols",
  791. })
  792.  
  793. DarkRP.createShipment("Magpul PDR", {
  794. model = "models/weapons/w_magpul_pdr.mdl",
  795. entity = "m9k_magpulpdr",
  796. price = 10000,
  797. amount = 10,
  798. separate = true,
  799. pricesep = 4000,
  800. noship = false,
  801. allowed = {TEAM_GUN},
  802. -- CustomCheck
  803. category = "SMGs",
  804. })
  805.  
  806. DarkRP.createShipment("S & W Model 3 Russian", {
  807. model = "models/weapons/w_model_3_rus.mdl",
  808. entity = "m9k_model3russian",
  809. price = 10000,
  810. amount = 10,
  811. separate = true,
  812. pricesep = 4000,
  813. noship = false,
  814. allowed = {TEAM_GUN},
  815. -- CustomCheck
  816. category = "Pistols",
  817. })
  818.  
  819. DarkRP.createShipment("S&W Model 500", {
  820. model = "models/weapons/w_sw_model_500.mdl",
  821. entity = "m9k_model500",
  822. price = 10000,
  823. amount = 10,
  824. separate = true,
  825. pricesep = 4000,
  826. noship = false,
  827. allowed = {TEAM_GUN},
  828. -- CustomCheck
  829. category = "Pistols",
  830. })
  831.  
  832. DarkRP.createShipment("S&W Model 627", {
  833. model = "models/weapons/w_sw_model_627.mdl",
  834. entity = "m9k_model627",
  835. price = 10000,
  836. amount = 10,
  837. separate = true,
  838. pricesep = 4000,
  839. noship = false,
  840. allowed = {TEAM_GUN},
  841. -- CustomCheck
  842. category = "Pistols",
  843. })
  844.  
  845. DarkRP.createShipment("HK MP5", {
  846. model = "models/weapons/w_hk_mp5.mdl",
  847. entity = "m9k_mp5",
  848. price = 10000,
  849. amount = 10,
  850. separate = true,
  851. pricesep = 4000,
  852. noship = false,
  853. allowed = {TEAM_GUN},
  854. -- CustomCheck
  855. category = "SMGs",
  856. })
  857.  
  858. DarkRP.createShipment("MP5SD", {
  859. model = "models/weapons/w_hk_mp5sd.mdl",
  860. entity = "m9k_mp5sd",
  861. price = 10000,
  862. amount = 10,
  863. separate = true,
  864. pricesep = 4000,
  865. noship = false,
  866. allowed = {TEAM_GUN},
  867. -- CustomCheck
  868. category = "SMGs",
  869. })
  870.  
  871. DarkRP.createShipment("HK MP7", {
  872. model = "models/weapons/w_mp7_silenced.mdl",
  873. entity = "m9k_mp7",
  874. price = 10000,
  875. amount = 10,
  876. separate = true,
  877. pricesep = 4000,
  878. noship = false,
  879. allowed = {TEAM_GUN},
  880. -- CustomCheck
  881. category = "SMGs",
  882. })
  883.  
  884. DarkRP.createShipment("MP9", {
  885. model = "models/weapons/w_brugger_thomet_mp9.mdl",
  886. entity = "m9k_mp9",
  887. price = 10000,
  888. amount = 10,
  889. separate = true,
  890. pricesep = 4000,
  891. noship = false,
  892. allowed = {TEAM_GUN},
  893. -- CustomCheck
  894. category = "SMGs",
  895. })
  896.  
  897. DarkRP.createShipment("MP40", {
  898. model = "models/weapons/w_mp40smg.mdl",
  899. entity = "m9k_mp40",
  900. price = 10000,
  901. amount = 10,
  902. separate = true,
  903. pricesep = 4000,
  904. noship = false,
  905. allowed = {TEAM_GUN},
  906. -- CustomCheck
  907. category = "SMGs",
  908. })
  909.  
  910. DarkRP.createShipment("Raging Bull", {
  911. model = "models/weapons/w_taurus_raging_bull.mdl",
  912. entity = "m9k_ragingbull",
  913. price = 10000,
  914. amount = 10,
  915. separate = true,
  916. pricesep = 4000,
  917. noship = false,
  918. allowed = {TEAM_GUN},
  919. -- CustomCheck
  920. category = "Pistols",
  921. })
  922.  
  923. DarkRP.createShipment("Remington 1858", {
  924. model = "models/weapons/w_remington_1858.mdl",
  925. entity = "m9k_remington1858",
  926. price = 10000,
  927. amount = 10,
  928. separate = true,
  929. pricesep = 4000,
  930. noship = false,
  931. allowed = {TEAM_GUN},
  932. -- CustomCheck
  933. category = "Pistols",
  934. })
  935.  
  936. DarkRP.createShipment("Raging Bull - Scoped", {
  937. model = "models/weapons/w_raging_bull_scoped.mdl",
  938. entity = "m9k_scoped_taurus",
  939. price = 10000,
  940. amount = 10,
  941. separate = true,
  942. pricesep = 4000,
  943. noship = false,
  944. allowed = {TEAM_GUN},
  945. -- CustomCheck
  946. category = "Pistols",
  947. })
  948.  
  949. DarkRP.createShipment("SIG Sauer P229R", {
  950. model = "models/weapons/w_sig_229r.mdl",
  951. entity = "m9k_sig_p229r",
  952. price = 10000,
  953. amount = 10,
  954. separate = true,
  955. pricesep = 4000,
  956. noship = false,
  957. allowed = {TEAM_GUN},
  958. -- CustomCheck
  959. category = "Pistols",
  960. })
  961.  
  962. DarkRP.createShipment("FN P90", {
  963. model = "models/weapons/w_fn_p90.mdl",
  964. entity = "m9k_smgp90",
  965. price = 10000,
  966. amount = 10,
  967. separate = true,
  968. pricesep = 4000,
  969. noship = false,
  970. allowed = {TEAM_GUN},
  971. -- CustomCheck
  972. category = "SMGs",
  973. })
  974.  
  975. DarkRP.createShipment("STEN", {
  976. model = "models/weapons/w_sten.mdl",
  977. entity = "m9k_sten",
  978. price = 10000,
  979. amount = 10,
  980. separate = true,
  981. pricesep = 4000,
  982. noship = false,
  983. allowed = {TEAM_GUN},
  984. -- CustomCheck
  985. category = "SMGs",
  986. })
  987.  
  988. DarkRP.createShipment("TEC-9", {
  989. model = "models/weapons/w_intratec_tec9.mdl",
  990. entity = "m9k_tec9",
  991. price = 10000,
  992. amount = 10,
  993. separate = true,
  994. pricesep = 4000,
  995. noship = false,
  996. allowed = {TEAM_GUN},
  997. -- CustomCheck
  998. category = "SMGs",
  999. })
  1000.  
  1001. DarkRP.createShipment("Tommy Gun", {
  1002. model = "models/weapons/w_tommy_gun.mdl",
  1003. entity = "m9k_thompson",
  1004. price = 10000,
  1005. amount = 10,
  1006. separate = true,
  1007. pricesep = 4000,
  1008. noship = false,
  1009. allowed = {TEAM_GUN},
  1010. -- CustomCheck
  1011. category = "SMGs",
  1012. })
  1013.  
  1014. DarkRP.createShipment("HK UMP45", {
  1015. model = "models/weapons/w_hk_ump45.mdl",
  1016. entity = "m9k_ump45",
  1017. price = 10000,
  1018. amount = 10,
  1019. separate = true,
  1020. pricesep = 4000,
  1021. noship = false,
  1022. allowed = {TEAM_GUN},
  1023. -- CustomCheck
  1024. category = "SMGs",
  1025. })
  1026.  
  1027. DarkRP.createShipment("HK USC", {
  1028. model = "models/weapons/w_hk_usc.mdl",
  1029. entity = "m9k_usc",
  1030. price = 10000,
  1031. amount = 10,
  1032. separate = true,
  1033. pricesep = 4000,
  1034. noship = false,
  1035. allowed = {TEAM_GUN},
  1036. -- CustomCheck
  1037. category = "SMGs",
  1038. })
  1039.  
  1040. DarkRP.createShipment("HK USP", {
  1041. model = "models/weapons/w_pist_fokkususp.mdl",
  1042. entity = "m9k_usp",
  1043. price = 10000,
  1044. amount = 10,
  1045. separate = true,
  1046. pricesep = 4000,
  1047. noship = false,
  1048. allowed = {TEAM_GUN},
  1049. -- CustomCheck
  1050. category = "Pistols",
  1051. })
  1052.  
  1053. DarkRP.createShipment("UZI", {
  1054. model = "models/weapons/w_uzi_imi.mdl",
  1055. entity = "m9k_uzi",
  1056. price = 10000,
  1057. amount = 10,
  1058. separate = true,
  1059. pricesep = 4000,
  1060. noship = false,
  1061. allowed = {TEAM_GUN},
  1062. -- CustomCheck
  1063. category = "SMGs",
  1064. })
  1065.  
  1066. DarkRP.createShipment("KRISS Vector", {
  1067. model = "models/weapons/w_kriss_vector.mdl",
  1068. entity = "m9k_vector",
  1069. price = 10000,
  1070. amount = 10,
  1071. separate = true,
  1072. pricesep = 4000,
  1073. noship = false,
  1074. allowed = {TEAM_GUN},
  1075. category = "SMGs",
  1076. })
  1077.  
  1078. --[[
  1079. Shotguns
  1080. --]]
  1081.  
  1082. DarkRP.createShipment("CS Pump Shotgun", {
  1083. model = "models/weapons/w_shot_m3super90.mdl",
  1084. entity = "weapon_pumpshotgun2",
  1085. price = 10000,
  1086. amount = 10,
  1087. separate = true,
  1088. pricesep = 4000,
  1089. noship = false,
  1090. allowed = {TEAM_GUN},
  1091. category = "Shotguns",
  1092. })
  1093.  
  1094. DarkRP.createShipment("Benelli M3", {
  1095. model = "models/weapons/w_benelli_m3.mdl",
  1096. entity = "m9k_m3",
  1097. price = 10000,
  1098. amount = 10,
  1099. separate = true,
  1100. pricesep = 4000,
  1101. noship = false,
  1102. allowed = {TEAM_GUN},
  1103. category = "Shotguns",
  1104. })
  1105.  
  1106. DarkRP.createShipment("Browning Auto 5", {
  1107. model = "models/weapons/w_browning_auto.mdl",
  1108. entity = "m9k_browningauto5",
  1109. price = 10000,
  1110. amount = 10,
  1111. separate = true,
  1112. pricesep = 4000,
  1113. noship = false,
  1114. allowed = {TEAM_GUN},
  1115. category = "Shotguns",
  1116. })
  1117.  
  1118. DarkRP.createShipment("Double Barrel Shotgun", {
  1119. model = "models/weapons/w_double_barrel_shotgun.mdl",
  1120. entity = "m9k_dbarrel",
  1121. price = 10000,
  1122. amount = 10,
  1123. separate = true,
  1124. pricesep = 4000,
  1125. noship = false,
  1126. allowed = {TEAM_GUN},
  1127. category = "Shotguns",
  1128. })
  1129.  
  1130. DarkRP.createShipment("Ithaca M37", {
  1131. model = "models/weapons/w_ithaca_m37.mdl",
  1132. entity = "m9k_ithacam37",
  1133. price = 10000,
  1134. amount = 10,
  1135. separate = true,
  1136. pricesep = 4000,
  1137. noship = false,
  1138. allowed = {TEAM_GUN},
  1139. category = "Shotguns",
  1140. })
  1141.  
  1142. DarkRP.createShipment("Mossberg 590", {
  1143. model = "models/weapons/w_mossberg_590.mdl",
  1144. entity = "m9k_mossberg590",
  1145. price = 10000,
  1146. amount = 10,
  1147. separate = true,
  1148. pricesep = 4000,
  1149. noship = false,
  1150. allowed = {TEAM_GUN},
  1151. category = "Shotguns",
  1152. })
  1153.  
  1154. DarkRP.createShipment("Pancor Jackhammer", {
  1155. model = "models/weapons/w_pancor_jackhammer.mdl",
  1156. entity = "m9k_jackhammer",
  1157. price = 10000,
  1158. amount = 10,
  1159. separate = true,
  1160. pricesep = 4000,
  1161. noship = false,
  1162. allowed = {TEAM_GUN},
  1163. category = "Shotguns",
  1164. })
  1165.  
  1166. DarkRP.createShipment("Remington 870", {
  1167. model = "models/weapons/w_remington_870_tact.mdl",
  1168. entity = "m9k_remington870",
  1169. price = 10000,
  1170. amount = 10,
  1171. separate = true,
  1172. pricesep = 4000,
  1173. noship = false,
  1174. allowed = {TEAM_GUN},
  1175. category = "Shotguns",
  1176. })
  1177.  
  1178. DarkRP.createShipment("SPAS 12", {
  1179. model = "models/weapons/w_spas_12.mdl",
  1180. entity = "m9k_spas12",
  1181. price = 10000,
  1182. amount = 10,
  1183. separate = true,
  1184. pricesep = 4000,
  1185. noship = false,
  1186. allowed = {TEAM_GUN},
  1187. category = "Shotguns",
  1188. })
  1189.  
  1190. DarkRP.createShipment("Striker 12", {
  1191. model = "models/weapons/w_striker_12g.mdl",
  1192. entity = "m9k_striker12",
  1193. price = 10000,
  1194. amount = 10,
  1195. separate = true,
  1196. pricesep = 4000,
  1197. noship = false,
  1198. allowed = {TEAM_GUN},
  1199. category = "Shotguns",
  1200. })
  1201.  
  1202. DarkRP.createShipment("USAS", {
  1203. model = "models/weapons/w_usas_12.mdl",
  1204. entity = "m9k_usas",
  1205. price = 10000,
  1206. amount = 10,
  1207. separate = true,
  1208. pricesep = 4000,
  1209. noship = false,
  1210. allowed = {TEAM_GUN},
  1211. category = "Shotguns",
  1212. })
  1213.  
  1214. DarkRP.createShipment("Winchester 1897", {
  1215. model = "models/weapons/w_winchester_1897_trench.mdl",
  1216. entity = "m9k_1897winchester",
  1217. price = 10000,
  1218. amount = 10,
  1219. separate = true,
  1220. pricesep = 4000,
  1221. noship = false,
  1222. allowed = {TEAM_GUN},
  1223. category = "Shotguns",
  1224. })
  1225.  
  1226. DarkRP.createShipment("Winchester 1887", {
  1227. model = "models/weapons/w_winchester_1887.mdl",
  1228. entity = "m9k_1887winchester",
  1229. price = 10000,
  1230. amount = 10,
  1231. separate = true,
  1232. pricesep = 4000,
  1233. noship = false,
  1234. allowed = {TEAM_GUN},
  1235. category = "Shotguns",
  1236. })
  1237.  
  1238. --[[
  1239. Snipers
  1240. --]]
  1241.  
  1242. DarkRP.createShipment("AI AW50", {
  1243. model = "models/weapons/w_acc_int_aw50.mdl",
  1244. entity = "m9k_aw50",
  1245. price = 10000,
  1246. amount = 10,
  1247. separate = true,
  1248. pricesep = 4000,
  1249. noship = false,
  1250. allowed = {TEAM_GUN},
  1251. category = "Snipers",
  1252. })
  1253.  
  1254. DarkRP.createShipment("Barret M82", {
  1255. model = "models/weapons/w_barret_m82.mdl",
  1256. entity = "m9k_barret_m82",
  1257. price = 10000,
  1258. amount = 10,
  1259. separate = true,
  1260. pricesep = 4000,
  1261. noship = false,
  1262. allowed = {TEAM_GUN},
  1263. category = "Snipers",
  1264. })
  1265.  
  1266. DarkRP.createShipment("Barret M98B", {
  1267. model = "models/weapons/w_barrett_m98b.mdl",
  1268. entity = "m9k_m98b",
  1269. price = 10000,
  1270. amount = 10,
  1271. separate = true,
  1272. pricesep = 4000,
  1273. noship = false,
  1274. allowed = {TEAM_GUN},
  1275. category = "Snipers",
  1276. })
  1277.  
  1278. DarkRP.createShipment("Dragunov SVU", {
  1279. model = "models/weapons/w_dragunov_svu.mdl",
  1280. entity = "m9k_svu",
  1281. price = 10000,
  1282. amount = 10,
  1283. separate = true,
  1284. pricesep = 4000,
  1285. noship = false,
  1286. allowed = {TEAM_GUN},
  1287. category = "Snipers",
  1288. })
  1289.  
  1290. DarkRP.createShipment("HK SL8", {
  1291. model = "models/weapons/w_hk_sl8.mdl",
  1292. entity = "m9k_sl8",
  1293. price = 10000,
  1294. amount = 10,
  1295. separate = true,
  1296. pricesep = 4000,
  1297. noship = false,
  1298. allowed = {TEAM_GUN},
  1299. category = "Snipers",
  1300. })
  1301.  
  1302. DarkRP.createShipment("Intervention", {
  1303. model = "models/weapons/w_snip_int.mdl",
  1304. entity = "m9k_intervention",
  1305. price = 10000,
  1306. amount = 10,
  1307. separate = true,
  1308. pricesep = 4000,
  1309. noship = false,
  1310. allowed = {TEAM_GUN},
  1311. category = "Snipers",
  1312. })
  1313.  
  1314. DarkRP.createShipment("M24", {
  1315. model = "models/weapons/w_snip_m24_6.mdl",
  1316. entity = "m9k_m24",
  1317. price = 10000,
  1318. amount = 10,
  1319. separate = true,
  1320. pricesep = 4000,
  1321. noship = false,
  1322. allowed = {TEAM_GUN},
  1323. category = "Snipers",
  1324. })
  1325.  
  1326. DarkRP.createShipment("PSG-1", {
  1327. model = "models/weapons/w_hk_psg1.mdl",
  1328. entity = "m9k_psg1",
  1329. price = 10000,
  1330. amount = 10,
  1331. separate = true,
  1332. pricesep = 4000,
  1333. noship = false,
  1334. allowed = {TEAM_GUN},
  1335. category = "Snipers",
  1336. })
  1337.  
  1338. DarkRP.createShipment("Remington 7615P", {
  1339. model = "models/weapons/w_remington_7615p.mdl",
  1340. entity = "m9k_remington7615p",
  1341. price = 10000,
  1342. amount = 10,
  1343. separate = true,
  1344. pricesep = 4000,
  1345. noship = false,
  1346. allowed = {TEAM_GUN},
  1347. category = "Snipers",
  1348. })
  1349.  
  1350. DarkRP.createShipment("SVD Dragunov", {
  1351. model = "models/weapons/w_svd_dragunov.mdl",
  1352. entity = "m9k_dragunov",
  1353. price = 10000,
  1354. amount = 10,
  1355. separate = true,
  1356. pricesep = 4000,
  1357. noship = false,
  1358. allowed = {TEAM_GUN},
  1359. category = "Snipers",
  1360. })
  1361.  
  1362. DarkRP.createShipment("SVT 40", {
  1363. model = "models/weapons/w_svt_40.mdl",
  1364. entity = "m9k_svt40",
  1365. price = 10000,
  1366. amount = 10,
  1367. separate = true,
  1368. pricesep = 4000,
  1369. noship = false,
  1370. allowed = {TEAM_GUN},
  1371. category = "Snipers",
  1372. })
  1373.  
  1374. DarkRP.createShipment("Thompson Contender G2", {
  1375. model = "models/weapons/w_g2_contender.mdl",
  1376. entity = "m9k_contender",
  1377. price = 10000,
  1378. amount = 10,
  1379. separate = true,
  1380. pricesep = 4000,
  1381. noship = false,
  1382. allowed = {TEAM_GUN},
  1383. category = "Snipers",
  1384. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement