Advertisement
Guest User

Untitled

a guest
Oct 9th, 2015
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.28 KB | None | 0 0
  1. --[[---------------------------------------------------------------------------
  2. DarkRP custom entities
  3. ---------------------------------------------------------------------------
  4. This file contains your custom entities.
  5. This file should also contain entities from DarkRP that you edited.
  6. Note: If you want to edit a default DarkRP entity, first disable it in darkrp_config/disabled_defaults.lua
  7. Once you've done that, copy and paste the entity to this file and edit it.
  8. The default entities can be found here:
  9. https://github.com/FPtje/DarkRP/blob/master/gamemode/config/addentities.lua#L111
  10. For examples and explanation please visit this wiki page:
  11. http://wiki.darkrp.com/index.php/DarkRP:CustomEntityFields
  12. Add entities under the following line:
  13. ---------------------------------------------------------------------------]]
  14. ---------------------------------------------------------------------------
  15. DarkRP.createShipment("M1911 - Shipment", {
  16. model = "models/weapons/cw_pist_m1911.mdl",
  17. entity = "cw_m1911",
  18. price = 0,
  19. amount = 10,
  20. separate = true,
  21. pricesep = nil,
  22. noship = false,
  23. allowed = {TEAM_GUN},
  24. category = "Pistols",
  25. })
  26.  
  27. DarkRP.createShipment("M1911 - Single", {
  28. model = "models/weapons/cw_pist_m1911.mdl",
  29. entity = "cw_m1911",
  30. price = 0,
  31. amount = 1,
  32. separate = true,
  33. pricesep = nil,
  34. noship = false,
  35. allowed = {TEAM_GUN},
  36. category = "Pistols",
  37. })
  38.  
  39. DarkRP.createShipment("P220 - Shipment", {
  40. model = "models/weapons/w_pist_p228.mdl",
  41. entity = "cw_p220",
  42. price = 0,
  43. amount = 10,
  44. separate = true,
  45. pricesep = nil,
  46. noship = false,
  47. allowed = {TEAM_GUN},
  48. category = "Pistols",
  49. })
  50.  
  51. DarkRP.createShipment("P220 - Single", {
  52. model = "models/weapons/w_pist_p228.mdl",
  53. entity = "cw_p220",
  54. price = 0,
  55. amount = 1,
  56. separate = true,
  57. pricesep = nil,
  58. noship = false,
  59. allowed = {TEAM_GUN},
  60. category = "Pistols",
  61. })
  62.  
  63. DarkRP.createShipment("P220 - Shipment", {
  64. model = "models/weapons/w_pist_p228.mdl",
  65. entity = "cw_p220",
  66. price = 0,
  67. amount = 10,
  68. separate = true,
  69. pricesep = nil,
  70. noship = false,
  71. allowed = {TEAM_GUN},
  72. category = "Pistols",
  73. })
  74.  
  75. DarkRP.createShipment("P220 - Single", {
  76. model = "models/weapons/w_pist_p228.mdl",
  77. entity = "cw_p220",
  78. price = 0,
  79. amount = 1,
  80. separate = true,
  81. pricesep = nil,
  82. noship = false,
  83. allowed = {TEAM_GUN},
  84. category = "Pistols",
  85. })
  86.  
  87. DarkRP.createShipment("Desert Eagle - Shipment", {
  88. model = "models/weapons/w_pist_deagle.mdl",
  89. entity = "cw_deagle",
  90. price = 0,
  91. amount = 10,
  92. separate = true,
  93. pricesep = nil,
  94. noship = false,
  95. allowed = {TEAM_GUN},
  96. category = "Pistols",
  97. })
  98.  
  99. DarkRP.createShipment("Desert Eagle - Single", {
  100. model = "models/weapons/w_pist_deagle.mdl",
  101. entity = "cw_deagle",
  102. price = 0,
  103. amount = 1,
  104. separate = true,
  105. pricesep = nil,
  106. noship = false,
  107. allowed = {TEAM_GUN},
  108. category = "Pistols",
  109. })
  110.  
  111. DarkRP.createShipment("MR96 - Shipment", {
  112. model = "models/weapons/w_357.mdl",
  113. entity = "cw_mr96",
  114. price = 0,
  115. amount = 10,
  116. separate = true,
  117. pricesep = nil,
  118. noship = false,
  119. allowed = {TEAM_GUN},
  120. category = "Pistols",
  121. })
  122.  
  123. DarkRP.createShipment("MR96 - Single", {
  124. model = "models/weapons/w_357.mdl",
  125. entity = "cw_mr96",
  126. price = 0,
  127. amount = 1,
  128. separate = true,
  129. pricesep = 215,
  130. noship = false,
  131. allowed = {TEAM_GUN},
  132. category = "Pistols",
  133. })
  134.  
  135. ---------------------------------------------------------------------------
  136. --Pistols^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  137. ---------------------------------------------------------------------------
  138.  
  139. DarkRP.createShipment("UMP45 - Shipment", {
  140. model = "models/weapons/w_cst_mac11.mdl",
  141. entity = "cw_mac11",
  142. price = 0,
  143. amount = 10,
  144. separate = true,
  145. pricesep = nil,
  146. noship = false,
  147. allowed = {TEAM_GUN},
  148. category = "Sub Automatic Machine Guns",
  149. })
  150.  
  151. DarkRP.createShipment("UMP45 - Single", {
  152. model = "models/weapons/w_cst_mac11.mdl",
  153. entity = "cw_mac11",
  154. price = 0,
  155. amount = 1,
  156. separate = true,
  157. pricesep = nil,
  158. noship = false,
  159. allowed = {TEAM_GUN},
  160. category = "Sub Automatic Machine Guns",
  161. })
  162.  
  163. DarkRP.createShipment("UMP45 - Shipment", {
  164. model = "models/weapons/w_smg_mp5.mdl",
  165. entity = "cw_mp5",
  166. price = 0,
  167. amount = 10,
  168. separate = true,
  169. pricesep = nil,
  170. noship = false,
  171. allowed = {TEAM_GUN},
  172. category = "Sub Automatic Machine Guns",
  173. })
  174.  
  175. DarkRP.createShipment("UMP45 - Single", {
  176. model = "models/weapons/w_smg_mp5.mdl",
  177. entity = "cw_mp5",
  178. price = 0,
  179. amount = 1,
  180. separate = true,
  181. pricesep = nil,
  182. noship = false,
  183. allowed = {TEAM_GUN},
  184. category = "Sub Automatic Machine Guns",
  185. })
  186.  
  187. DarkRP.createShipment("UMP45 - Shipment", {
  188. model = "models/weapons/w_smg_mp5.mdl",
  189. entity = "cw_mp5",
  190. price = 0,
  191. amount = 10,
  192. separate = true,
  193. pricesep = nil,
  194. noship = false,
  195. allowed = {TEAM_GUN},
  196. category = "Sub Automatic Machine Guns",
  197. })
  198.  
  199. DarkRP.createShipment("UMP45 - Single", {
  200. model = "models/weapons/w_smg_mp5.mdl",
  201. entity = "cw_mp5",
  202. price = 0,
  203. amount = 1,
  204. separate = true,
  205. pricesep = nil,
  206. noship = false,
  207. allowed = {TEAM_GUN},
  208. category = "Sub Automatic Machine Guns",
  209. })
  210.  
  211. DarkRP.createShipment("MP5 - Shipment", {
  212. model = "models/weapons/w_smg_mp5.mdl",
  213. entity = "cw_mp5",
  214. price = 0,
  215. amount = 10,
  216. separate = true,
  217. pricesep = nil,
  218. noship = false,
  219. allowed = {TEAM_GUN},
  220. category = "Sub Automatic Machine Guns",
  221. })
  222.  
  223. DarkRP.createShipment("MP5 - Single", {
  224. model = "models/weapons/w_smg_mp5.mdl",
  225. entity = "cw_mp5",
  226. price = 0,
  227. amount = 1,
  228. separate = true,
  229. pricesep = nil,
  230. noship = false,
  231. allowed = {TEAM_GUN},
  232. category = "Sub Automatic Machine Guns",
  233. })
  234.  
  235. DarkRP.createShipment("MMG - Shipment", {
  236. model = "models/weapons/w_smg_fox.mdl",
  237. entity = "cw_clue_g21c",
  238. price = 0,
  239. amount = 10,
  240. separate = true,
  241. pricesep = nil,
  242. noship = false,
  243. allowed = {TEAM_GUN},
  244. category = "Sub Automatic Machine Guns",
  245. })
  246.  
  247. DarkRP.createShipment("MMG - Single", {
  248. model = "models/weapons/w_smg_fox.mdl",
  249. entity = "cw_clue_g21c",
  250. price = 0,
  251. amount = 1,
  252. separate = true,
  253. pricesep = nil,
  254. noship = false,
  255. allowed = {TEAM_GUN},
  256. category = "Sub Automatic Machine Guns",
  257. })
  258.  
  259. DarkRP.createShipment("MMG - Shipment", {
  260. model = "models/weapons/w_smg_mmg.mdl",
  261. entity = "cw_clue_test",
  262. price = 0,
  263. amount = 10,
  264. separate = true,
  265. pricesep = nil,
  266. noship = false,
  267. allowed = {TEAM_GUN},
  268. category = "Sub Automatic Machine Guns",
  269. })
  270.  
  271. DarkRP.createShipment("MMG - Single", {
  272. model = "models/weapons/w_smg_mmg.mdl",
  273. entity = "cw_clue_test",
  274. price = 0,
  275. amount = 1,
  276. separate = true,
  277. pricesep = nil,
  278. noship = false,
  279. allowed = {TEAM_GUN},
  280. category = "Sub Automatic Machine Guns",
  281. })
  282.  
  283. ------------------------------------------------------------------------
  284. --SMGs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  285. ------------------------------------------------------------------------
  286.  
  287. DarkRP.createShipment("AR-15 - Shipment", {
  288. model = "models/weapons/w_rif_m4a1_silencer.mdl",
  289. entity = "cw_ar15",
  290. price = 0,
  291. amount = 10,
  292. separate = true,
  293. pricesep = nil,
  294. noship = false,
  295. allowed = {TEAM_GUNVIP},
  296. category = "Assault rifles",
  297. })
  298.  
  299. DarkRP.createShipment("AR-15 - Single", {
  300. model = "models/weapons/w_rif_m4a1_silencer.mdl",
  301. entity = "cw_ar15",
  302. price = 0,
  303. amount = 1,
  304. separate = true,
  305. pricesep = nil,
  306. noship = false,
  307. allowed = {TEAM_GUNVIP},
  308. category = "Assault rifles",
  309. })
  310.  
  311. DarkRP.createShipment("AK47 - Shipment", {
  312. model = "models/weapons/w_rif_ak47.mdl",
  313. entity = "cw_ak74",
  314. price = 0,
  315. amount = 10,
  316. separate = true,
  317. pricesep = nil,
  318. noship = false,
  319. allowed = {TEAM_GUN},
  320. category = "Assault rifles",
  321. })
  322.  
  323. DarkRP.createShipment("AK74 - Single", {
  324. model = "Assault rifle",
  325. entity = "cw_ak74",
  326. price = 0,
  327. amount = 1,
  328. separate = true,
  329. pricesep = nil,
  330. noship = false,
  331. allowed = {TEAM_GUN},
  332. category = "Assault rifles",
  333. })
  334.  
  335. DarkRP.createShipment("FN SCAR-H - Shipment", {
  336. model = "models/cw2/rifles/w_scarh.mdl",
  337. entity = "cw_scarh",
  338. price = 0,
  339. amount = 10,
  340. separate = true,
  341. pricesep = nil,
  342. noship = false,
  343. allowed = {TEAM_GUN},
  344. category = "Assault rifles",
  345. })
  346.  
  347. DarkRP.createShipment("FN SCAR-H - Single", {
  348. model = "models/cw2/rifles/w_scarh.mdl",
  349. entity = "cw_scarh",
  350. price = 0,
  351. amount = 1,
  352. separate = true,
  353. pricesep = nil,
  354. noship = false,
  355. allowed = {TEAM_GUN},
  356. category = "Assault rifles",
  357. })
  358.  
  359. DarkRP.createShipment("HK G36C - Shipment", {
  360. model = "models/weapons/cw20_g36c.mdl",
  361. entity = "cw_g36c",
  362. price = 0,
  363. amount = 10,
  364. separate = true,
  365. pricesep = nil,
  366. noship = false,
  367. allowed = {TEAM_GUN},
  368. category = "Assault rifles",
  369. })
  370.  
  371. DarkRP.createShipment("HK G36C - Single", {
  372. model = "models/weapons/cw20_g36c.mdl",
  373. entity = "cw_g36c",
  374. price = 0,
  375. amount = 1,
  376. separate = true,
  377. pricesep = nil,
  378. noship = false,
  379. allowed = {TEAM_GUN},
  380. category = "Assault rifles",
  381. })
  382.  
  383. ------------------------------------------------------------------------
  384. --Assault Rifles^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  385. ------------------------------------------------------------------------
  386.  
  387. DarkRP.createShipment("M14 EBR - Shipment", {
  388. model = "models/weapons/w_cstm_m14.mdl",
  389. entity = "cw_m14",
  390. price = 0,
  391. amount = 10,
  392. separate = true,
  393. pricesep = nil,
  394. noship = false,
  395. allowed = {TEAM_GUNVIP},
  396. category = "Battle rifles",
  397. })
  398.  
  399. DarkRP.createShipment("M14 EBR - Single", {
  400. model = "models/weapons/w_cstm_m14.mdl",
  401. entity = "cw_m14",
  402. price = 0,
  403. amount = 1,
  404. separate = true,
  405. pricesep = nil,
  406. noship = false,
  407. allowed = {TEAM_GUNVIP},
  408. category = "Battle rifles",
  409. })
  410.  
  411. DarkRP.createShipment("G3A3 - Shipment", {
  412. model = "models/weapons/w_snip_g3sg1.mdl",
  413. entity = "cw_g3a3",
  414. price = 0,
  415. amount = 10,
  416. separate = true,
  417. pricesep = nil,
  418. noship = false,
  419. allowed = {TEAM_GUN},
  420. category = "Battle rifless",
  421. })
  422.  
  423. DarkRP.createShipment("G3A3 - Single", {
  424. model = "models/weapons/w_snip_g3sg1.mdl",
  425. entity = "cw_g3a3",
  426. price = 0,
  427. amount = 1,
  428. separate = true,
  429. pricesep = nil,
  430. noship = false,
  431. allowed = {TEAM_GUN},
  432. category = "Battle rifless",
  433. })
  434.  
  435. ------------------------------------------------------------------------
  436. --Battle Rifles^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  437. ------------------------------------------------------------------------
  438.  
  439. DarkRP.createShipment("M3 Super 90 - Shipment", {
  440. model = "models/weapons/w_shot_m3super90.mdl",
  441. entity = "cw_m3super90",
  442. price = 0,
  443. amount = 10,
  444. separate = true,
  445. pricesep = nil,
  446. noship = false,
  447. allowed = {TEAM_GUN},
  448. category = "Shotguns",
  449. })
  450.  
  451. DarkRP.createShipment("M3 Super 90 - Single", {
  452. model = "models/weapons/w_shot_m3super90.mdl",
  453. entity = "cw_m3super90",
  454. price = 0,
  455. amount = 1,
  456. separate = true,
  457. pricesep = nil,
  458. noship = false,
  459. allowed = {TEAM_GUN},
  460. category = "Shotguns",
  461. })
  462.  
  463. ------------------------------------------------------------------------
  464. --Shotguns^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  465. ------------------------------------------------------------------------
  466.  
  467. DarkRP.createShipment("L115 - Shipment", {
  468. model = "models/weapons/w_cstm_l96.mdl",
  469. entity = "cw_l115",
  470. price = 0,
  471. amount = 10,
  472. separate = true,
  473. pricesep = nil,
  474. noship = false,
  475. allowed = {TEAM_GUNVIP},
  476. category = "Sinper rifles",
  477. })
  478.  
  479. DarkRP.createShipment("L115 - Single", {
  480. model = "models/weapons/w_cstm_l96.mdl",
  481. entity = "cw_l115",
  482. price = 0,
  483. amount = 1,
  484. separate = true,
  485. pricesep = nil,
  486. noship = false,
  487. allowed = {TEAM_GUNVIP},
  488. category = "Sinper rifles",
  489. })
  490.  
  491. DarkRP.createShipment("VSS Vintorez - Shipment", {
  492. model = "models/cw2/rifles/w_vss.mdl",
  493. entity = "cw_vss",
  494. price = 0,
  495. amount = 10,
  496. separate = true,
  497. pricesep = nil,
  498. noship = false,
  499. allowed = {TEAM_GUNVIP},
  500. category = "Sinper rifles",
  501. })
  502.  
  503. DarkRP.createShipment("VSS Vintorez - Single", {
  504. model = "models/cw2/rifles/w_vss.mdl",
  505. entity = "cw_vss",
  506. price = 0,
  507. amount = 1,
  508. separate = true,
  509. pricesep = nil,
  510. noship = false,
  511. allowed = {TEAM_GUNVIP},
  512. category = "Sinper rifles",
  513. })
  514.  
  515. ------------------------------------------------------------------------
  516. --Sinper Rifles^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  517. ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement