Advertisement
DunDUNDAN1

Untitled

Jul 20th, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.59 KB | None | 0 0
  1. DarkRP.createShipment("Automatic Kalashnikov-47", {
  2. model = "models/weapons/tfa_csgo/w_ak47.mdl",
  3. entity = "tfa_csgo_ak47",
  4. amount = 5,
  5. price = 13000,
  6. separate = true,
  7. pricesep = 2700,
  8. noship = false,
  9. category = "Automatic Rifles",
  10. allowed = {TEAM_GUN}
  11. })
  12.  
  13. DarkRP.createShipment("Steyr AUG", {
  14. model = "models/weapons/tfa_csgo/w_aug.mdl",
  15. entity = "tfa_csgo_aug",
  16. amount = 5,
  17. price = 16000,
  18. separate = true,
  19. pricesep = 3300,
  20. noship = false,
  21. category = "Automatic Rifles",
  22. allowed = {TEAM_GUN}
  23. })
  24.  
  25. DarkRP.createShipment("AWP", {
  26. model = "models/weapons/tfa_csgo/w_awp.mdl",
  27. entity = "tfa_csgo_awp",
  28. amount = 5,
  29. price = 23000,
  30. separate = true,
  31. pricesep = 4750,
  32. noship = false,
  33. category = "Sniper Rifles",
  34. allowed = {TEAM_GUN}
  35. })
  36.  
  37. DarkRP.createShipment("CZ-75", {
  38. model = "models/weapons/tfa_csgo/w_cz75.mdl",
  39. entity = "tfa_csgo_cz75",
  40. amount = 5,
  41. price = 2000,
  42. separate = true,
  43. pricesep = 500,
  44. noship = false,
  45. category = "Pistols",
  46. allowed = {TEAM_GUN}
  47. })
  48.  
  49. DarkRP.createShipment("IMI Desert Eagle", {
  50. model = "models/weapons/tfa_csgo/w_deagle.mdl",
  51. entity = "tfa_csgo_deagle",
  52. amount = 5,
  53. price = 3000,
  54. separate = true,
  55. pricesep = 700,
  56. noship = false,
  57. category = "Pistols",
  58. allowed = {TEAM_GUN}
  59. })
  60.  
  61. DarkRP.createShipment("Dual Beretta M9s", {
  62. model = "models/weapons/tfa_csgo/w_elite.mdl",
  63. entity = "tfa_csgo_elite",
  64. amount = 5,
  65. price = 2000,
  66. separate = true,
  67. pricesep = 500,
  68. noship = false,
  69. category = "Pistols",
  70. allowed = {TEAM_GUN}
  71. })
  72.  
  73. DarkRP.createShipment("GIAT Famas", {
  74. model = "models/weapons/tfa_csgo/w_famas.mdl",
  75. entity = "tfa_csgo_famas",
  76. amount = 5,
  77. price = 11000,
  78. separate = true,
  79. pricesep = 2250,
  80. noship = false,
  81. category = "Automatic Rifles",
  82. allowed = {TEAM_GUN}
  83. })
  84.  
  85. DarkRP.createShipment("FN Five-Seven", {
  86. model = "models/weapons/tfa_csgo/w_fiveseven.mdl",
  87. entity = "tfa_csgo_fiveseven",
  88. amount = 5,
  89. price = 2000,
  90. separate = true,
  91. pricesep = 500,
  92. noship = false,
  93. category = "Pistols",
  94. allowed = {TEAM_GUN}
  95. })
  96.  
  97. DarkRP.createShipment("Heckler & Koch G3SG1", {
  98. model = "models/weapons/tfa_csgo/w_g3sg1.mdl",
  99. entity = "tfa_csgo_g3sg1",
  100. amount = 5,
  101. price = 25000,
  102. separate = true,
  103. pricesep = 5000,
  104. noship = false,
  105. category = "Sniper Rifles",
  106. allowed = {TEAM_GUN}
  107. })
  108.  
  109. DarkRP.createShipment("IMI Galil", {
  110. model = "models/weapons/tfa_csgo/w_galil.mdl",
  111. entity = "tfa_csgo_galil",
  112. amount = 5,
  113. price = 10000,
  114. separate = true,
  115. pricesep = 2000,
  116. noship = false,
  117. category = "Automatic Rifles",
  118. allowed = {TEAM_GUN}
  119. })
  120.  
  121. DarkRP.createShipment("Glock-18", {
  122. model = "models/weapons/tfa_csgo/w_glock18.mdl",
  123. entity = "tfa_csgo_glock18",
  124. amount = 5,
  125. price = 1000,
  126. separate = true,
  127. pricesep = 200,
  128. noship = false,
  129. category = "Pistols",
  130. allowed = {TEAM_GUN}
  131. })
  132.  
  133. DarkRP.createShipment("FN Minimi M249", {
  134. model = "models/weapons/tfa_csgo/w_m249.mdl",
  135. entity = "tfa_csgo_m249",
  136. amount = 5,
  137. price = 26000,
  138. separate = true,
  139. pricesep = 5200,
  140. noship = false,
  141. category = "Heavy Weaponry",
  142. allowed = {TEAM_BLACKMARKET}
  143. })
  144.  
  145. DarkRP.createShipment("Colt M4A1", {
  146. model = "models/weapons/tfa_csgo/w_m4a1.mdl",
  147. entity = "tfa_csgo_m4a1",
  148. amount = 5,
  149. price = 15000,
  150. separate = true,
  151. pricesep = 3100,
  152. noship = false,
  153. category = "Automatic Rifles",
  154. allowed = {TEAM_GUN}
  155. })
  156.  
  157. DarkRP.createShipment("Colt M4A4", {
  158. model = "models/weapons/tfa_csgo/w_m4a4.mdl",
  159. entity = "tfa_csgo_m4a4",
  160. amount = 5,
  161. price = 15000,
  162. separate = true,
  163. pricesep = 3100,
  164. noship = false,
  165. category = "Automatic Rifles",
  166. allowed = {TEAM_GUN}
  167. })
  168.  
  169. DarkRP.createShipment("Ingram MAC-10", {
  170. model = "models/weapons/tfa_csgo/w_mac10.mdl",
  171. entity = "tfa_csgo_mac10",
  172. amount = 5,
  173. price = 5000,
  174. separate = true,
  175. pricesep = 1050,
  176. noship = false,
  177. category = "Submachine Guns",
  178. allowed = {TEAM_GUN}
  179. })
  180.  
  181. DarkRP.createShipment("Techno Arms MAG-7", {
  182. model = "models/weapons/tfa_csgo/w_mag7.mdl",
  183. entity = "tfa_csgo_mag7",
  184. amount = 5,
  185. price = 9000,
  186. separate = true,
  187. pricesep = 1800,
  188. noship = false,
  189. category = "Shotguns",
  190. allowed = {TEAM_GUN}
  191. })
  192.  
  193. DarkRP.createShipment("Heckler & Koch MP7", {
  194. model = "models/weapons/tfa_csgo/w_mp7.mdl",
  195. entity = "tfa_csgo_mp7",
  196. amount = 5,
  197. price = 8500,
  198. separate = true,
  199. pricesep = 1700,
  200. noship = false,
  201. category = "Submachine Guns",
  202. allowed = {TEAM_GUN}
  203. })
  204.  
  205. DarkRP.createShipment("Brügger & Thomet MP9", {
  206. model = "models/weapons/tfa_csgo/w_mp9.mdl",
  207. entity = "tfa_csgo_mp9",
  208. amount = 5,
  209. price = 6000,
  210. separate = true,
  211. pricesep = 1250,
  212. noship = false,
  213. category = "Submachine Guns",
  214. allowed = {TEAM_GUN}
  215. })
  216.  
  217. DarkRP.createShipment("IMI Negev", {
  218. model = "models/weapons/tfa_csgo/w_negev.mdl",
  219. entity = "tfa_csgo_negev",
  220. amount = 5,
  221. price = 28500,
  222. separate = true,
  223. pricesep = 5700,
  224. noship = false,
  225. category = "Heavy Weaponry",
  226. allowed = {TEAM_BLACKMARKET}
  227. })
  228.  
  229. DarkRP.createShipment("Benelli Nova", {
  230. model = "models/weapons/tfa_csgo/w_nova.mdl",
  231. entity = "tfa_csgo_nova",
  232. amount = 5,
  233. price = 6000,
  234. separate = true,
  235. pricesep = 1200,
  236. noship = false,
  237. category = "Shotguns",
  238. allowed = {TEAM_GUN}
  239. })
  240.  
  241. DarkRP.createShipment("Heckler & Koch P2000", {
  242. model = "models/weapons/tfa_csgo/w_p2000.mdl",
  243. entity = "tfa_csgo_p2000",
  244. amount = 5,
  245. price = 1000,
  246. separate = true,
  247. pricesep = 200,
  248. noship = false,
  249. category = "Pistols",
  250. allowed = {TEAM_GUN}
  251. })
  252.  
  253. DarkRP.createShipment("SIG Sauer P250", {
  254. model = "models/weapons/tfa_csgo/w_p250.mdl",
  255. entity = "tfa_csgo_p250",
  256. amount = 5,
  257. price = 1250,
  258. separate = true,
  259. pricesep = 250,
  260. noship = false,
  261. category = "Pistols",
  262. allowed = {TEAM_GUN}
  263. })
  264.  
  265. DarkRP.createShipment("FN P90", {
  266. model = "models/weapons/tfa_csgo/w_p90.mdl",
  267. entity = "tfa_csgo_p90",
  268. amount = 5,
  269. price = 11750,
  270. separate = true,
  271. pricesep = 2350,
  272. noship = false,
  273. category = "Submachine Guns",
  274. allowed = {TEAM_GUN}
  275. })
  276.  
  277. DarkRP.createShipment("PP-19 Bizon", {
  278. model = "models/weapons/tfa_csgo/w_bizon.mdl",
  279. entity = "tfa_csgo_bizon",
  280. amount = 5,
  281. price = 7000,
  282. separate = true,
  283. pricesep = 1400,
  284. noship = false,
  285. category = "Submachine Guns",
  286. allowed = {TEAM_GUN}
  287. })
  288.  
  289. DarkRP.createShipment("S&W R8 Revolver", {
  290. model = "models/weapons/tfa_csgo/w_revolver.mdl",
  291. entity = "tfa_csgo_revolver",
  292. amount = 5,
  293. price = 3500,
  294. separate = true,
  295. pricesep = 700,
  296. noship = false,
  297. category = "Pistols",
  298. allowed = {TEAM_GUN}
  299. })
  300.  
  301. DarkRP.createShipment("Remington 870 Sawed Off", {
  302. model = "models/weapons/tfa_csgo/w_sawedoff.mdl",
  303. entity = "tfa_csgo_sawedoff",
  304. amount = 5,
  305. price = 6000,
  306. separate = true,
  307. pricesep = 1200,
  308. noship = false,
  309. category = "Shotguns",
  310. allowed = {TEAM_GUN}
  311. })
  312.  
  313. DarkRP.createShipment("FN SCAR 20", {
  314. model = "models/weapons/tfa_csgo/w_scar20.mdl",
  315. entity = "tfa_csgo_scar20",
  316. amount = 5,
  317. price = 6000,
  318. separate = true,
  319. pricesep = 1200,
  320. noship = false,
  321. category = "Sniper Rifles",
  322. allowed = {TEAM_GUN}
  323. })
  324.  
  325. DarkRP.createShipment("SIG SG 553", {
  326. model = "models/weapons/tfa_csgo/w_sg556.mdl",
  327. entity = "tfa_csgo_sg556",
  328. amount = 5,
  329. price = 15000,
  330. separate = true,
  331. pricesep = 3000,
  332. noship = false,
  333. category = "Automatic Rifles",
  334. allowed = {TEAM_GUN}
  335. })
  336.  
  337. DarkRP.createShipment("Steyr SSG 08", {
  338. model = "models/weapons/tfa_csgo/w_scout.mdl",
  339. entity = "tfa_csgo_ssg08",
  340. amount = 5,
  341. price = 8500,
  342. separate = true,
  343. pricesep = 1700,
  344. noship = false,
  345. category = "Sniper Rifles",
  346. allowed = {TEAM_GUN}
  347. })
  348.  
  349. DarkRP.createShipment("Intratec TEC-9", {
  350. model = "models/weapons/tfa_csgo/w_tec9.mdl",
  351. entity = "tfa_csgo_tec9",
  352. amount = 5,
  353. price = 2500,
  354. separate = true,
  355. pricesep = 500,
  356. noship = false,
  357. category = "Pistols",
  358. allowed = {TEAM_GUN}
  359. })
  360.  
  361. DarkRP.createShipment("Heckler & Koch UMP 45", {
  362. model = "models/weapons/tfa_csgo/w_ump45.mdl",
  363. entity = "tfa_csgo_ump45",
  364. amount = 5,
  365. price = 6000,
  366. separate = true,
  367. pricesep = 1200,
  368. noship = false,
  369. category = "Submachine Guns",
  370. allowed = {TEAM_GUN}
  371. })
  372.  
  373. DarkRP.createShipment("Heckler & Koch USP", {
  374. model = "models/weapons/tfa_csgo/w_usp.mdl",
  375. entity = "tfa_csgo_usp",
  376. amount = 5,
  377. price = 1000,
  378. separate = true,
  379. pricesep = 200,
  380. noship = false,
  381. category = "Pistols",
  382. allowed = {TEAM_GUN}
  383. })
  384.  
  385. DarkRP.createShipment("Benelli M1014", {
  386. model = "models/weapons/tfa_csgo/w_xm1014.mdl",
  387. entity = "tfa_csgo_xm1014",
  388. amount = 5,
  389. price = 10000,
  390. separate = true,
  391. pricesep = 2000,
  392. noship = false,
  393. category = "Shotguns",
  394. allowed = {TEAM_GUN}
  395. })
  396.  
  397. DarkRP.createShipment("Tactical Brügger & Thomet MP9", {
  398. model = "models/weapons/3_smg_tmp.mdl",
  399. entity = "tfcss_tmp_alt",
  400. amount = 5,
  401. price = 6250,
  402. separate = true,
  403. pricesep = 1250,
  404. noship = false,
  405. category = "Submachine Guns",
  406. allowed = {TEAM_GUN}
  407. })
  408.  
  409. DarkRP.createShipment("Schmidt Scout", {
  410. model = "models/weapons/3_snip_scout.mdl",
  411. entity = "tfcss_scout_alt",
  412. amount = 5,
  413. price = 12750,
  414. separate = true,
  415. pricesep = 2750,
  416. noship = false,
  417. category = "Sniper Rifles",
  418. allowed = {TEAM_GUN}
  419. })
  420.  
  421. DarkRP.createShipment("SIG SG 550", {
  422. model = "models/weapons/3_snip_sg550.mdl",
  423. entity = "tfcss_sg550_alt",
  424. amount = 5,
  425. price = 21000,
  426. separate = true,
  427. pricesep = 4200,
  428. noship = false,
  429. category = "Sniper Rifles",
  430. allowed = {TEAM_GUN}
  431. })
  432.  
  433. DarkRP.createShipment("Heckler & Koch MP5", {
  434. model = "models/weapons/3_smg_mp5.mdl",
  435. entity = "tfcss_mp5_alt",
  436. amount = 5,
  437. price = 7500,
  438. separate = true,
  439. pricesep = 1500,
  440. noship = false,
  441. category = "Submachine Guns",
  442. allowed = {TEAM_GUN}
  443. })
  444.  
  445. DarkRP.createShipment("Benelli M3 Super 90", {
  446. model = "models/weapons/3_shot_m3super90.mdl",
  447. entity = "tfcss_m3_alt",
  448. amount = 5,
  449. price = 8500,
  450. separate = true,
  451. pricesep = 1700,
  452. noship = false,
  453. category = "Shotguns",
  454. allowed = {TEAM_GUN}
  455. })
  456.  
  457. DarkRP.createShipment("Medi-Shot", {
  458. model = "models/weapons/tfa_csgo/w_eq_healthshot.mdl",
  459. entity = "tfa_csgo_medishot",
  460. amount = 10,
  461. price = 5000,
  462. separate = true,
  463. pricesep = 500,
  464. noship = false,
  465. category = "Health",
  466. allowed = {TEAM_MEDIC}
  467. })
  468.  
  469. DarkRP.createShipment("C4", {
  470. model = "models/weapons/tfa_csgo/w_c4_planted.mdl",
  471. entity = "tfa_csgo_c4",
  472. amount = 1,
  473. price = 500000,
  474. separate = false,
  475. pricesep = 0,
  476. noship = false,
  477. category = "Explosives",
  478. allowed = {TEAM_TERRORLEAD}
  479. })
  480.  
  481. DarkRP.createShipment("HE Grenade", {
  482. model = "models/weapons/tfa_csgo/w_frag.mdl",
  483. entity = "tfa_csgo_frag",
  484. amount = 10,
  485. price = 30000,
  486. separate = true,
  487. pricesep = 3000,
  488. noship = false,
  489. category = "Explosives",
  490. allowed = {TEAM_BLACKMARKET}
  491. })
  492.  
  493. DarkRP.createShipment("Smoke grenade", {
  494. model = "models/weapons/tfa_csgo/w_smoke.mdl",
  495. entity = "tfa_csgo_smoke",
  496. amount = 10,
  497. price = 30000,
  498. separate = true,
  499. pricesep = 3000,
  500. noship = false,
  501. category = "Explosives",
  502. allowed = {TEAM_BLACKMARKET}
  503. })
  504.  
  505. DarkRP.createShipment("Incendiary Grenade", {
  506. model = "models/weapons/tfa_csgo/wm/w_incend.mdl",
  507. entity = "tfa_csgo_incen",
  508. amount = 10,
  509. price = 30000,
  510. separate = true,
  511. pricesep = 3000,
  512. noship = false,
  513. category = "Explosives",
  514. allowed = {TEAM_BLACKMARKET}
  515. })
  516.  
  517. DarkRP.createShipment("Flashbang Grenade", {
  518. model = "models/weapons/tfa_csgo/w_flash.mdl",
  519. entity = "tfa_csgo_flash",
  520. amount = 10,
  521. price = 30000,
  522. separate = true,
  523. pricesep = 3000,
  524. noship = false,
  525. category = "Explosives",
  526. allowed = {TEAM_BLACKMARKET}
  527. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement