Guest User

Untitled

a guest
Jun 1st, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.17 KB | None | 0 0
  1. AddCustomShipment("[Melee] BaseBall Bat", {
  2. model = "models/weapons/w_baseb_t.mdl",
  3. entity = "basebat",
  4. price = 50000,
  5. amount = 5,
  6. separate = true,
  7. pricesep = 10000,
  8. noship = false,
  9. allowed = {TEAM_BMGUN}
  10. })
  11.  
  12. AddCustomShipment("[Explosive] M67", {
  13. model = "models/weapons/w_eq_fraggrenade_thrown.mdl",
  14. entity = "fas2_ammo_m67",
  15. price = 400000,
  16. amount = 10,
  17. separate = true,
  18. pricesep = 40000,
  19. noship = false,
  20. allowed = {TEAM_BMGUN}
  21. })
  22.  
  23. AddCustomShipment("[Misc] Lockpick", {
  24. model = "models/weapons/w_crowbar.mdl",
  25. entity = "lockpick",
  26. price = 5000,
  27. amount = 10,
  28. separate = true,
  29. pricesep = 500,
  30. noship = false,
  31. allowed = {TEAM_BMGUN}
  32. })
  33.  
  34. AddCustomShipment("[Assault Rifle] ACR", {
  35. model = "models/weapons/tfa_w_masada_acr.mdl",
  36. entity = "tfa_acr",
  37. price = 90000,
  38. amount = 10,
  39. separate = true,
  40. pricesep = 9000,
  41. noship = false,
  42. allowed = {TEAM_BMGUN}
  43. })
  44.  
  45. AddCustomShipment("[Assault Rifle] SCAR", {
  46. model = "models/weapons/tfa_w_fn_scar_h.mdl",
  47. entity = "tfa_scar",
  48. price = 22500,
  49. amount = 10,
  50. separate = true,
  51. pricesep = 2250,
  52. noship = false,
  53. allowed = {TEAM_BMGUN}
  54. })
  55.  
  56. AddCustomShipment("[SMG] Tommy Gun", {
  57. model = "models/weapons/tfa_w_tommy_gun.mdl",
  58. entity = "tfa_thompson",
  59. price = 25000,
  60. amount = 10,
  61. separate = true,
  62. pricesep = 2500,
  63. noship = false,
  64. allowed = {TEAM_BMGUN}
  65. })
  66.  
  67. AddCustomShipment("[Shotgun] Benelli M3", {
  68. model = "models/weapons/tfa_w_benelli_m3.mdl",
  69. entity = "tfa_m3",
  70. price = 65000,
  71. amount = 10,
  72. separate = true,
  73. pricesep = 6500,
  74. noship = false,
  75. allowed = {TEAM_BMGUN}
  76. })
  77.  
  78. AddCustomShipment("[Assault Rifle] M4A1", {
  79. model = "models/weapons/w_m4.mdl",
  80. entity = "fas2_m4a1",
  81. price = 15000,
  82. amount = 10,
  83. separate = true,
  84. pricesep = 2000,
  85. noship = false,
  86. allowed = {TEAM_GUN}
  87. })
  88.  
  89. AddCustomShipment("[Explosive] Semtex C4", {
  90. model = "models/weapons/w_sb_planted.mdl",
  91. entity = "usm_c4",
  92. price = 20000,
  93. amount = 10,
  94. separate = true,
  95. pricesep = 20000,
  96. noship = true,
  97. allowed = {TEAM_OSAMA}
  98. })
  99.  
  100. AddCustomShipment("[Explosive] Jihad", {
  101. model = "models/weapons/w_jb.mdl",
  102. entity = "weapon_jihadbomb",
  103. price = 25000,
  104. amount = 10,
  105. separate = true,
  106. pricesep = 25000,
  107. noship = true,
  108. allowed = {TEAM_OSAMA,TEAM_EX_THEJOKER}
  109. })
  110.  
  111. AddCustomShipment("[Grenade] Concussion Grenade", {
  112. model = "models/weapons/w_grenade.mdl",
  113. entity = "weapon_concussion_nade",
  114. price = 1200,
  115. amount = 10,
  116. separate = true,
  117. pricesep = 1200,
  118. noship = true,
  119. allowed = {TEAM_SWAT, TEAM_EX_SOG, TEAM_EX_SOGCOMMANDER}
  120. })
  121.  
  122. ----------------------- Gun Smuggler----------------------------------------------
  123. AddCustomShipment("[Pistol] Colt 1911", {
  124. model = "models/weapons/tfa_w__dmgf_co1911.mdl",
  125. entity = "tfa_colt1911",
  126. price = 2000,
  127. amount = 10,
  128. separate = true,
  129. pricesep = 200,
  130. noship = false,
  131. allowed = {TEAM_GUN}
  132. })
  133.  
  134. AddCustomShipment("[Pistol] HK USP", {
  135. model = "models/weapons/tfa_w_hk45c.mdl",
  136. entity = "tfa_usp",
  137. price = 3000,
  138. amount = 10,
  139. separate = true,
  140. pricesep = 300,
  141. noship = false,
  142. allowed = {TEAM_GUN}
  143. })
  144.  
  145. AddCustomShipment("[Pistol] HK45C", {
  146. model = "models/weapons/tfa_w__dmgf_co1911.mdl",
  147. entity = "tfa_hk45",
  148. price = 7000,
  149. amount = 10,
  150. separate = true,
  151. pricesep = 700,
  152. noship = false,
  153. allowed = {TEAM_GUN}
  154. })
  155.  
  156. AddCustomShipment("[Pistol] M92 Beretta", {
  157. model = "models/weapons/tfa_wberetta_m92.mdl",
  158. entity = "tfa_m92beretta",
  159. price = 2000,
  160. amount = 10,
  161. separate = true,
  162. pricesep = 200,
  163. noship = false,
  164. allowed = {TEAM_BMGUN}
  165. })
  166.  
  167. AddCustomShipment("[Pistol] P80 Luger", {
  168. model = "models/weapons/tfa_w_luger_p08.mdl",
  169. entity = "tfa_luger",
  170. price = 6500,
  171. amount = 10,
  172. separate = true,
  173. pricesep = 650,
  174. noship = false,
  175. allowed = {TEAM_BMGUN}
  176. })
  177.  
  178. AddCustomShipment("[Pistol] SIG Sauer P229R", {
  179. model = "models/weapons/tfa_w_sig_229r.mdl",
  180. entity = "tfa_sig_p229r",
  181. price = 4500,
  182. amount = 10,
  183. separate = true,
  184. pricesep = 450,
  185. noship = false,
  186. allowed = {TEAM_BMGUN}
  187. })
  188.  
  189. AddCustomShipment("[Revolver] Colt Python", {
  190. model = "models/weapons/tfa_w_colt_python.mdl",
  191. entity = "tfa_coltpython",
  192. price = 7500,
  193. amount = 10,
  194. separate = true,
  195. pricesep = 750,
  196. noship = false,
  197. allowed = {TEAM_BMGUN}
  198. })
  199.  
  200. AddCustomShipment("[Revolver] M29 Satan", {
  201. model = "models/weapons/tfa_w_m29_satan.mdl",
  202. entity = "tfa_m29satan",
  203. price = 8500,
  204. amount = 10,
  205. separate = true,
  206. pricesep = 850,
  207. noship = false,
  208. allowed = {TEAM_BMGUN}
  209. })
  210.  
  211. AddCustomShipment("[Revolver] Raging Bull", {
  212. model = "models/weapons/tfa_w_taurus_raging_bull.mdl",
  213. entity = "tfa_ragingbull",
  214. price = 8000,
  215. amount = 10,
  216. separate = true,
  217. pricesep = 800,
  218. noship = false,
  219. allowed = {TEAM_BMGUN}
  220. })
  221.  
  222. AddCustomShipment("[Revolver] Raging Bull (Scoped)", {
  223. model = "models/weapons/tfa_w_raging_bull_scoped.mdl",
  224. entity = "tfa_scoped_taurus",
  225. price = 10000,
  226. amount = 10,
  227. separate = true,
  228. pricesep = 1000,
  229. noship = false,
  230. allowed = {TEAM_GUNSMUGGLER}
  231. })
  232.  
  233. AddCustomShipment("[Revolver] S W Model 3 Russian", {
  234. model = "models/weapons/tfa_w_model_3_rus.mdl",
  235. entity = "tfa_model3russian",
  236. price = 8000,
  237. amount = 10,
  238. separate = true,
  239. pricesep = 800,
  240. noship = false,
  241. allowed = {TEAM_GUNSMUGGLER}
  242. })
  243.  
  244. AddCustomShipment("[Revolver] Remington 1858", {
  245. model = "models/weapons/tfa_w_remington_1858.mdl",
  246. entity = "tfa_remington1858",
  247. price = 9500,
  248. amount = 10,
  249. separate = true,
  250. pricesep = 950,
  251. noship = false,
  252. allowed = {TEAM_GUNSMUGGLER}
  253. })
  254.  
  255. AddCustomShipment("[Revlover] SW Model 500", {
  256. model = "models/weapons/tfa_w_sw_model_500.mdl",
  257. entity = "tfa_model500",
  258. price = 10000,
  259. amount = 10,
  260. separate = true,
  261. pricesep = 1000,
  262. noship = false,
  263. allowed = {TEAM_GUNSMUGGLER}
  264. })
  265.  
  266. AddCustomShipment("[Revolver] SW Model 627", {
  267. model = "models/weapons/tfa_w_sw_model_627.mdl",
  268. entity = "tfa_model627",
  269. price = 7500,
  270. amount = 10,
  271. separate = true,
  272. pricesep = 750,
  273. noship = false,
  274. allowed = {TEAM_BMGUN}
  275. })
  276.  
  277. AddCustomShipment("[SMG] AAC Honey Badger", {
  278. model = "models/weapons/tfa_w_aac_honeybadger.mdl",
  279. entity = "tfa_honeybadger",
  280. price = 40000,
  281. amount = 10,
  282. separate = true,
  283. pricesep = 4000
  284. noship = false,
  285. allowed = {TEAM_GUNSMUGGLER}
  286. })
  287.  
  288. AddCustomShipment("[SMG] FN P90", {
  289. model = "models/weapons/tfa_w_fn_p90.mdl",
  290. entity = "tfa_smgp90",
  291. price = 15000,
  292. amount = 10,
  293. separate = true,
  294. pricesep = 1500,
  295. noship = false,
  296. allowed = {TEAM_GUNSMUGGLER}
  297. })
  298.  
  299. AddCustomShipment("[SMG] HK MP7", {
  300. model = "models/weapons/tfa_w_mp7_silenced.mdl",
  301. entity = "tfa_mp7",
  302. price = 12500,
  303. amount = 10,
  304. separate = true,
  305. pricesep = 1250,
  306. noship = false,
  307. allowed = {TEAM_GUNSMUGGLER}
  308. })
  309.  
  310. AddCustomShipment("[SMG] HK UMP45", {
  311. model = "models/weapons/tfa_w_hk_ump45.mdl",
  312. entity = "tfa_ump45",
  313. price = 15000,
  314. amount = 10,
  315. separate = true,
  316. pricesep = 1500,
  317. noship = false,
  318. allowed = {TEAM_GUNSMUGGLER}
  319. })
  320.  
  321. AddCustomShipment("[SMG] HK USC", {
  322. model = "models/weapons/tfa_w_hk_usc.mdl",
  323. entity = "tfa_usc",
  324. price = 13500,
  325. amount = 10,
  326. separate = true,
  327. pricesep = 1350,
  328. noship = false,
  329. allowed = {TEAM_GUNSMUGGLER}
  330. })
  331.  
  332. AddCustomShipment("[SMG] KAC PDW", {
  333. model = "models/weapons/tfa_w_kac_pdw.mdl",
  334. entity = "tfa_kac_pdw",
  335. price = 12500,
  336. amount = 10,
  337. separate = true,
  338. pricesep = 1250,
  339. noship = false,
  340. allowed = {TEAM_GUNSMUGGLER}
  341. })
  342.  
  343. AddCustomShipment("[SMG] KRISS Vector", {
  344. model = "models/weapons/tfa_w_kriss_vector.mdl",
  345. entity = "tfa_vector",
  346. price = 17500,
  347. amount = 10,
  348. separate = true,
  349. pricesep = 1750,
  350. noship = false,
  351. allowed = {TEAM_GUNSMUGGLER}
  352. })
  353.  
  354. AddCustomShipment("[SMG] Magpul PDR", {
  355. model = "models/weapons/tfa_w_magpul_pdr.mdl",
  356. entity = "tfa_magpulpdr",
  357. price = 20000,
  358. amount = 10,
  359. separate = true,
  360. pricesep = 2000,
  361. noship = false,
  362. allowed = {TEAM_GUNSMUGGLER}
  363. })
  364.  
  365. AddCustomShipment("[SMG] MP40", {
  366. model = "models/weapons/tfa_w_mp40smg.mdl",
  367. entity = "tfa_mp40",
  368. price = 17500,
  369. amount = 10,
  370. separate = true,
  371. pricesep = 1750,
  372. noship = false,
  373. allowed = {TEAM_GMGUN}
  374. })
  375.  
  376. AddCustomShipment("[SMG] MP5SD", {
  377. model = "models/weapons/tfa_w_hk_mp5sd.mdl",
  378. entity = "tfa_mp5sd",
  379. price = 15000,
  380. amount = 10,
  381. separate = true,
  382. pricesep = 1500,
  383. noship = false,
  384. allowed = {TEAM_GUNSMUGGLER}
  385. })
  386.  
  387. AddCustomShipment("[SMG] MP9", {
  388. model = "models/weapons/tfa_w_brugger_thomet_mp9.mdl",
  389. entity = "tfa_mp9",
  390. price = 15000,
  391. amount = 10,
  392. separate = true,
  393. pricesep = 1500,
  394. noship = false,
  395. allowed = {TEAM_GUNSMUGGLER}
  396. })
  397.  
  398. AddCustomShipment("[SMG] STEN", {
  399. model = "models/weapons/tfa_w_sten.mdl",
  400. entity = "tfa_sten",
  401. price = 13000,
  402. amount = 10,
  403. separate = true,
  404. pricesep = 1300,
  405. noship = false,
  406. allowed = {TEAM_GUNSMUGGLER}
  407. })
  408.  
  409. AddCustomShipment("[SMG] TEC-9", {
  410. model = "models/weapons/tfa_w_intratec_tec9.mdl",
  411. entity = "tfa_tec9",
  412. price = 12500,
  413. amount = 10,
  414. separate = true,
  415. pricesep = 1250,
  416. noship = false,
  417. allowed = {TEAM_GUNSMUGGLER}
  418. })
  419.  
  420. AddCustomShipment("[SMG] UZI", {
  421. model = "models/weapons/tfa_wuzi_imi.mdl",
  422. entity = "tfa_uzi",
  423. price = 13500,
  424. amount = 10,
  425. separate = true,
  426. pricesep = 1350,
  427. noship = false,
  428. allowed = {TEAM_GUNSMUGGLER}
  429. })
  430.  
  431. AddCustomShipment("[Assult Rifle] 73 Winchester Carbine", {
  432. model = "models/weapons/tfa_w_winchester_1873.mdl",
  433. entity = "tfa_winchester73",
  434. price = 65000,
  435. amount = 10,
  436. separate = true,
  437. pricesep = 6500,
  438. noship = false,
  439. allowed = {TEAM_GUN}
  440. })
  441.  
  442. AddCustomShipment("[Assult Rifle] AK-74", {
  443. model = "models/weapons/tfa_w_tct_ak47.mdl",
  444. entity = "tfa_ak74",
  445. price = 155000,
  446. amount = 10,
  447. separate = true,
  448. pricesep = 15500,
  449. noship = false,
  450. allowed = {TEAM_BMGUN}
  451. })
  452.  
  453. AddCustomShipment("[Assult Rifle] AMD 65", {
  454. model = "models/weapons/tfa_w_amd_65.mdl",
  455. entity = "tfa_amd65",
  456. price = 95000,
  457. amount = 10,
  458. separate = true,
  459. pricesep = 9500,
  460. noship = false,
  461. allowed = {TEAM_BMGUN}
  462. })
  463.  
  464. AddCustomShipment("[Assult Rifle] F2000", {
  465. model = "models/weapons/tfa_w_fn_f2000.mdl",
  466. entity = "tfa_f2000",
  467. price = 130000,
  468. amount = 10,
  469. separate = true,
  470. pricesep = 13000,
  471. noship = false,
  472. allowed = {TEAM_BMGUN}
  473. })
  474.  
  475. AddCustomShipment("[Assult Rifle] AS VAL", {
  476. model = "models/weapons/tfa_w_dmg_vally.mdl",
  477. entity = "tfa_val",
  478. price = 90000,
  479. amount = 10,
  480. separate = true,
  481. pricesep = 9000,
  482. noship = false,
  483. allowed = {TEAM_GUN}
  484. })
  485.  
  486. AddCustomShipment("[Assult Rifle] FN FAL", {
  487. model = "models/weapons/tfa_w_fn_fal.mdl",
  488. entity = "tfa_fal",
  489. price = 80000,
  490. amount = 10,
  491. separate = true,
  492. pricesep = 8000,
  493. noship = false,
  494. allowed = {TEAM_GUNSMUGGLER}
  495. })
  496.  
  497. AddCustomShipment("[Assult Rifle] G36", {
  498. model = "models/weapons/tfa_w_hk_g36c.mdl",
  499. entity = "tfa_g36",
  500. price = 95000,
  501. amount = 10,
  502. separate = true,
  503. pricesep = 9500,
  504. noship = false,
  505. allowed = {TEAM_GUNSMUGGLER}
  506. })
  507.  
  508. AddCustomShipment("[Assult Rifle] HK 416", {
  509. model = "models/weapons/tfa_w_hk_416.mdl",
  510. entity = "tfa_m416",
  511. price = 120000,
  512. amount = 10,
  513. separate = true,
  514. pricesep = 12000,
  515. noship = false,
  516. allowed = {TEAM_GUNSMUGGLER}
  517. })
  518.  
  519. AddCustomShipment("[Assult Rifle] HK G3A3", {
  520. model = "models/weapons/tfa_w_hk_g3.mdl",
  521. entity = "tfa_g3a3",
  522. price = 170000,
  523. amount = 10,
  524. separate = true,
  525. pricesep = 17000,
  526. noship = false,
  527. allowed = {TEAM_GUN}
  528. })
  529.  
  530. AddCustomShipment("[Assult Rifle] L85", {
  531. model = "models/weapons/tfa_w_l85a2.mdl",
  532. entity = "tfa_l85",
  533. price = 115000,
  534. amount = 10,
  535. separate = true,
  536. pricesep = 11500,
  537. noship = false,
  538. allowed = {TEAM_GUNSMUGGLER}
  539. })
  540.  
  541. AddCustomShipment("[Assult Rifle] M14", {
  542. model = "models/weapons/tfa_w_snip_m14sp.mdl",
  543. entity = "tfa_m14sp",
  544. price = 150000,
  545. amount = 10,
  546. separate = true,
  547. pricesep = 15000,
  548. noship = false,
  549. allowed = {TEAM_GUNSMUGGLER}
  550. })
  551.  
  552. AddCustomShipment("[Assult Rifle] M16A4 ACOG", {
  553. model = "models/weapons/tfa_w_dmg_m16ag.mdl",
  554. entity = "tfa_m16a4_acog",
  555. price = 130000,
  556. amount = 10,
  557. separate = true,
  558. pricesep = 13000,
  559. noship = false,
  560. allowed = {TEAM_GUNSMUGGLER}
  561. })
  562.  
  563. AddCustomShipment("[Assult Rifle] SR-3M Vikhr", {
  564. model = "models/weapons/tfa_w_dmg_vikhr.mdl",
  565. entity = "tfa_l85",
  566. price = 90000,
  567. amount = 10,
  568. separate = true,
  569. pricesep = 9000,
  570. noship = false,
  571. allowed = {TEAM_GUNSMUGGLER}
  572. })
  573.  
  574. AddCustomShipment("[Assult Rifle] Streyr AUG A3", {
  575. model = "models/weapons/tfa_w_auga3.mdl",
  576. entity = "tfa_auga3",
  577. price = 100000,
  578. amount = 10,
  579. separate = true,
  580. pricesep = 10000,
  581. noship = false,
  582. allowed = {TEAM_BMGUN}
  583. })
  584.  
  585. AddCustomShipment("[Assult Rifle] TAR-21", {
  586. model = "models/weapons/tfa_w_imi_tar21.mdl",
  587. entity = "tfa_tar21",
  588. price = 170000,
  589. amount = 10,
  590. separate = true,
  591. pricesep = 17000,
  592. noship = false,
  593. allowed = {TEAM_GUNSMUGGLER}
  594. })
  595.  
  596. AddCustomShipment("[Shotgun] Browning Auto 5", {
  597. model = "models/weapons/w_browning_auto.mdl",
  598. entity = "tfa_dbarrel",
  599. price = 100000,
  600. amount = 10,
  601. separate = true,
  602. pricesep = 10000,
  603. noship = false,
  604. allowed = {TEAM_GUNSMUGGLER}
  605. })
  606.  
  607. AddCustomShipment("[Shotgun] Double Barrel Shotgun", {
  608. model = "models/weapons/tfa_w_double_barrel_shotgun.mdl",
  609. entity = "tfa_browningauto5",
  610. price = 50000,
  611. amount = 10,
  612. separate = true,
  613. pricesep = 5000,
  614. noship = false,
  615. allowed = {TEAM_GUN}
  616. })
  617.  
  618. AddCustomShipment("[Shotgun] Ithaca M37", {
  619. model = "models/weapons/w_ithaca_m37.mdl",
  620. entity = "tfa_ithacam37",
  621. price = 100000,
  622. amount = 10,
  623. separate = true,
  624. pricesep = 10000,
  625. noship = false,
  626. allowed = {TEAM_GUNSMUGGLER}
  627. })
  628.  
  629. AddCustomShipment("[Shotgun] Mossberg 590", {
  630. model = "models/weapons/w_mossberg_590.mdl",
  631. entity = "tfa_mossberg590",
  632. price = 85000,
  633. amount = 10,
  634. separate = true,
  635. pricesep = 8500,
  636. noship = false,
  637. allowed = {TEAM_GUNSMUGGLER}
  638. })
  639.  
  640. AddCustomShipment("[Shotgun] Pancor Jackhammer", {
  641. model = "models/weapons/tfa_w_pancor_jackhammer.mdl",
  642. entity = "tfa_jackhammer",
  643. price = 525000,
  644. amount = 10,
  645. separate = true,
  646. pricesep = 52500,
  647. noship = false,
  648. allowed = {TEAM_GUNSMUGGLER}
  649. })
  650.  
  651. AddCustomShipment("[Shotgun] Remington 870", {
  652. model = "models/weapons/tfa_w_remington_870_tact.mdl",
  653. entity = "tfa_remington870",
  654. price = 75000,
  655. amount = 10,
  656. separate = true,
  657. pricesep = 7500,
  658. noship = false,
  659. allowed = {TEAM_BMGUN}
  660. })
  661.  
  662. AddCustomShipment("[Shotgun] Spas 12", {
  663. model = "models/weapons/tfa_w_spas_12.mdl",
  664. entity = "tfa_spas12",
  665. price = 650000,
  666. amount = 10,
  667. separate = true,
  668. pricesep = 65000,
  669. noship = false,
  670. allowed = {TEAM_GUNSMUGGLER}
  671. })
  672.  
  673. AddCustomShipment("[Shotgun] Striker 12", {
  674. model = "models/weapons/w_striker_12g.mdl",
  675. entity = "tfa_striker12",
  676. price = 800000,
  677. amount = 10,
  678. separate = true,
  679. pricesep = 80000,
  680. noship = false,
  681. allowed = {TEAM_GUNSMUGGLER}
  682. })
  683.  
  684. AddCustomShipment("[Shotgun] USAS", {
  685. model = "models/weapons/w_usas_12.mdl",
  686. entity = "tfa_usas",
  687. price = 7000000,
  688. amount = 10,
  689. separate = true,
  690. pricesep = 70000,
  691. noship = false,
  692. allowed = {TEAM_GUNSMUGGLER}
  693. })
  694.  
  695. AddCustomShipment("[Shotgun] Winchester 1897", {
  696. model = "models/weapons/w_winchester_1897_trench.mdl",
  697. entity = "tfa_1897winchester",
  698. price = 50000,
  699. amount = 10,
  700. separate = true,
  701. pricesep = 5000,
  702. noship = false,
  703. allowed = {TEAM_GUNSMUGGLER}
  704. })
  705.  
  706. AddCustomShipment("[Shotgun] Winchester 87", {
  707. model = "models/weapons/w_winchester_1887.mdl",
  708. entity = "tfa_1887winchester",
  709. price = 45000,
  710. amount = 10,
  711. separate = true,
  712. pricesep = 4500,
  713. noship = false,
  714. allowed = {TEAM_GUNSMUGGLER}
  715. })
  716.  
  717. AddCustomShipment("[LMG] Ares Strike", {
  718. model = "models/weapons/tfa_w_ares_shrike.mdl",
  719. entity = "tfa_ares_shrike",
  720. price = 425000,
  721. amount = 10,
  722. separate = true,
  723. pricesep = 42500,
  724. noship = false,
  725. allowed = {TEAM_GUNSMUGGLER}
  726. })
  727.  
  728. AddCustomShipment("[LMG] FG 42", {
  729. model = "models/weapons/tfa_w_fg42.mdl",
  730. entity = "tfa_fg42",
  731. price = 200000,
  732. amount = 10,
  733. separate = true,
  734. pricesep = 20000,
  735. noship = false,
  736. allowed = {TEAM_BMGUN}
  737. })
  738.  
  739. AddCustomShipment("[LMG] M1918 BAR", {
  740. model = "models/weapons/tfa_w_m1918_bar.mdl",
  741. entity = "tfa_m1918bar",
  742. price = 225000,
  743. amount = 10,
  744. separate = true,
  745. pricesep = 22500,
  746. noship = false,
  747. allowed = {TEAM_BMGUN}
  748. })
  749.  
  750. AddCustomShipment("[LMG] M249", {
  751. model = "models/weapons/tfa_w_m249_machine_gun.mdl",
  752. entity = "tfa_m249lmg",
  753. price = 225000,
  754. amount = 10,
  755. separate = true,
  756. pricesep = 22500,
  757. noship = false,
  758. allowed = {TEAM_GUNSMUGGLER}
  759. })
  760.  
  761. AddCustomShipment("[LMG] M60 ", {
  762. model = "models/weapons/tfa_w_m60_machine_gun.mdl",
  763. entity = "tfa_m60",
  764. price = 325000,
  765. amount = 10,
  766. separate = true,
  767. pricesep = 32500,
  768. noship = false,
  769. allowed = {TEAM_GUNSMUGGLER}
  770. })
  771.  
  772. AddCustomShipment("[LMG] PKM ", {
  773. model = "models/weapons/tfa_w_mach_russ_pkm.mdls",
  774. entity = "tfa_pkm",
  775. price = 275000,
  776. amount = 10,
  777. separate = true,
  778. pricesep = 27500,
  779. noship = false,
  780. allowed = {TEAM_GUNSMUGGLER}
  781. })
  782.  
  783. AddCustomShipment("[Sniper Rifle] AI AW50", {
  784. model = "models/weapons/tfa_w_acc_int_aw50.mdl",
  785. entity = "tfa_aw50",
  786. price = 130000,
  787. amount = 10,
  788. separate = true,
  789. pricesep = 13000,
  790. noship = false,
  791. allowed = {TEAM_GUNSMUGGLER}
  792. })
  793.  
  794. AddCustomShipment("[Sniper Rifle] Barret M82", {
  795. model = "models/weapons/tfa_w_barret_m82.mdl",
  796. entity = "tfa_barret_m82",
  797. price = 300000,
  798. amount = 10,
  799. separate = true,
  800. pricesep = 30000,
  801. noship = false,
  802. allowed = {TEAM_GUNSMUGGLER}
  803. })
  804.  
  805. AddCustomShipment("[Sniper Rifle] Barret M98B", {
  806. model = "models/weapons/tfa_w_barrett_m98b.mdl",
  807. entity = "tfa_m98b",
  808. price = 300000,
  809. amount = 10,
  810. separate = true,
  811. pricesep = 30000,
  812. noship = false,
  813. allowed = {TEAM_GUNSMUGGLER}
  814. })
  815.  
  816. AddCustomShipment("[Sniper Rifle] Dragonav SVU", {
  817. model = "models/weapons/tfa_w_dragunov_svu.mdl",
  818. entity = "tfa_svu",
  819. price = 325000,
  820. amount = 10,
  821. separate = true,
  822. pricesep = 32500,
  823. noship = false,
  824. allowed = {TEAM_GUNSMUGGLER}
  825. })
  826.  
  827. AddCustomShipment("[Sniper Rifle] HK SL8", {
  828. model = "models/weapons/tfa_w_hk_sl8.mdl",
  829. entity = "tfa_sl8",
  830. price = 300000,
  831. amount = 10,
  832. separate = true,
  833. pricesep = 30000,
  834. noship = false,
  835. allowed = {TEAM_GUNSMUGGLER}
  836. })
  837.  
  838. AddCustomShipment("[Sniper Rifle] Intervention", {
  839. model = "models/weapons/tfa_w_snip_int.mdl",
  840. entity = "tfa_intervention",
  841. price = 200000,
  842. amount = 10,
  843. separate = true,
  844. pricesep = 20000,
  845. noship = false,
  846. allowed = {TEAM_BMGUN}
  847. })
  848.  
  849. AddCustomShipment("[Sniper Rifle] M24", {
  850. model = "models/weapons/tfa_w_snip_m24_6.mdl",
  851. entity = "tfa_m24",
  852. price = 175000,
  853. amount = 10,
  854. separate = true,
  855. pricesep = 17500,
  856. noship = false,
  857. allowed = {TEAM_GUNSMUGGLER}
  858. })
  859.  
  860. AddCustomShipment("[Sniper Rifle] PSG-1", {
  861. model = "models/weapons/w_hk_psg1.mdl",
  862. entity = "tfa_psg1q",
  863. price = 275000,
  864. amount = 10,
  865. separate = true,
  866. pricesep = 27500,
  867. noship = false,
  868. allowed = {TEAM_GUNSMUGGLER}
  869. })
  870.  
  871. AddCustomShipment("[Sniper Rifle] Remmington 7615P", {
  872. model = "models/weapons/w_remington_7615p.mdl",
  873. entity = "tfa_remington7615p",
  874. price = 100000,
  875. amount = 10,
  876. separate = true,
  877. pricesep = 10000,
  878. noship = false,
  879. allowed = {TEAM_GUNSMUGGLER}
  880. })
  881.  
  882. AddCustomShipment("[Sniper Rifle] SVD Dragunov", {
  883. model = "models/weapons/w_svd_dragunov.mdl",
  884. entity = "tfa_dragunov",
  885. price = 175000,
  886. amount = 10,
  887. separate = true,
  888. pricesep = 17500,
  889. noship = false,
  890. allowed = {TEAM_GUNSMUGGLER}
  891. })
  892.  
  893. AddCustomShipment("[Sniper Rifle] SVT 40", {
  894. model = "models/weapons/w_svt_40.mdl",
  895. entity = "tfa_svt40",
  896. price = 130000,
  897. amount = 10,
  898. separate = true,
  899. pricesep = 13000,
  900. noship = false,
  901. allowed = {TEAM_GUNSMUGGLER}
  902. })
  903.  
  904. AddCustomShipment("[Sniper Rifle] Thompson Contender G2", {
  905. model = "models/weapons/tfa_w_g2_contender.mdl",
  906. entity = "tfa_contender",
  907. price = 175000,
  908. amount = 10,
  909. separate = true,
  910. pricesep = 17500,
  911. noship = false,
  912. allowed = {TEAM_GUN}
  913. })
Advertisement
Add Comment
Please, Sign In to add comment