Advertisement
Guest User

FA:S Shipments

a guest
Jun 19th, 2014
4,888
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 8.80 KB | None | 0 0
  1. DarkRP.createShipment("AK-12", {
  2.     model = "models/weapons/world/rifles/ak12.mdl",
  3.     entity = "fas2_ak12",
  4.     price = 1000,
  5.     amount = 1,
  6.     seperate = true,
  7.     pricesep = 500,
  8.     noship = true,
  9.     allowed = {TEAM_GUN}
  10. })
  11.  
  12. DarkRP.createShipment("AK-47", {
  13.     model = "models/weapons/w_ak47.mdl",
  14.     entity = "fas2_ak47",
  15.     price = 1000,
  16.     amount = 1,
  17.     seperate = true,
  18.     pricesep = 500,
  19.     noship = true,
  20.     allowed = {TEAM_GUN}
  21. })
  22.  
  23. DarkRP.createShipment("AK-74", {
  24.     model = "models/weapons/w_rif_ak47.mdl",
  25.     entity = "fas2_74",
  26.     price = 1000,
  27.     amount = 1,
  28.     seperate = true,
  29.     pricesep = 500,
  30.     noship = true,
  31.     allowed = {TEAM_GUN}
  32. })
  33.  
  34. DarkRP.createShipment("AN-94", {
  35.     model = "models/weapons/world/rifles/an94.mdl",
  36.     entity = "fas2_an94",
  37.     price = 1000,
  38.     amount = 1,
  39.     seperate = true,
  40.     pricesep = 500,
  41.     noship = true,
  42.     allowed = {TEAM_GUN}
  43. })
  44.  
  45. DarkRP.createShipment("IMI Desert Eagle", {
  46.     model = "models/weapons/w_pist_deagle.mdl",
  47.     entity = "fas2_deagle",
  48.     price = 1000,
  49.     amount = 1,
  50.     seperate = true,
  51.     pricesep = 500,
  52.     noship = true,
  53.     allowed = {TEAM_GUN}
  54. })
  55.  
  56. DarkRP.createShipment("DV2", {
  57.     model = "models/weapons/w_dv2.mdl",
  58.     entity = "fas2_dv2",
  59.     price = 1000,
  60.     amount = 1,
  61.     seperate = true,
  62.     pricesep = 500,
  63.     noship = true,
  64.     allowed = {TEAM_GUN}
  65. })
  66.  
  67. DarkRP.createShipment("Famas F1", {
  68.     model = "models/weapons/w_rif_famas.mdl",
  69.     entity = "fas2_famas",
  70.     price = 1000,
  71.     amount = 1,
  72.     seperate = true,
  73.     pricesep = 500,
  74.     noship = true,
  75.     allowed = {TEAM_GUN}
  76. })
  77.  
  78. DarkRP.createShipment("G3A3", {
  79.     model = "models/weapons/w_g3a3.mdl",
  80.     entity = "fas2_g3",
  81.     price = 1000,
  82.     amount = 1,
  83.     seperate = true,
  84.     pricesep = 500,
  85.     noship = true,
  86.     allowed = {TEAM_GUN}
  87. })
  88.  
  89. DarkRP.createShipment("G36e", {
  90.     model = "models/weapons/w_g36e.mdl",
  91.     entity = "fas2_g36e",
  92.     price = 1000,
  93.     amount = 1,
  94.     seperate = true,
  95.     pricesep = 500,
  96.     noship = true,
  97.     allowed = {TEAM_GUN}
  98. })
  99.  
  100. DarkRP.createShipment("IMI Galil", {
  101.     model = "models/weapons/w_rif_galil.mdl",
  102.     entity = "fas2_galil",
  103.     price = 1000,
  104.     amount = 1,
  105.     seperate = true,
  106.     pricesep = 500,
  107.     noship = true,
  108.     allowed = {TEAM_GUN}
  109. })
  110.  
  111. DarkRP.createShipment("Glock-20", {
  112.     model = "models/weapons/w_pist_glock18.mdl",
  113.     entity = "fas2_glock20",
  114.     price = 1000,
  115.     amount = 1,
  116.     seperate = true,
  117.     pricesep = 500,
  118.     noship = true,
  119.     allowed = {TEAM_GUN}
  120. })
  121.  
  122. DarkRP.createShipment("KS-23", {
  123.     model = "models/weapons/world/shotguns/ks23.mdl",
  124.     entity = "fas2_ks23",
  125.     price = 1000,
  126.     amount = 1,
  127.     seperate = true,
  128.     pricesep = 500,
  129.     noship = true,
  130.     allowed = {TEAM_GUN}
  131. })
  132.  
  133. DarkRP.createShipment("M3 S90", {
  134.     model = "models/weapons/w_m3.mdl",
  135.     entity = "fas2_m3s90",
  136.     price = 1000,
  137.     amount = 1,
  138.     seperate = true,
  139.     pricesep = 500,
  140.     noship = true,
  141.     allowed = {TEAM_GUN}
  142. })
  143.  
  144. DarkRP.createShipment("M4A1", {
  145.     model = "models/weapons/w_m4.mdl",
  146.     entity = "fas2_m4a1",
  147.     price = 1000,
  148.     amount = 1,
  149.     seperate = true,
  150.     pricesep = 500,
  151.     noship = true,
  152.     allowed = {TEAM_GUN}
  153. })
  154.  
  155. DarkRP.createShipment("M14", {
  156.     model = "models/weapons/w_m14.mdl",
  157.     entity = "fas2_m14",
  158.     price = 1000,
  159.     amount = 1,
  160.     seperate = true,
  161.     pricesep = 500,
  162.     noship = true,
  163.     allowed = {TEAM_GUN}
  164. })
  165.  
  166. DarkRP.createShipment("M21", {
  167.     model = "models/weapons/w_m14.mdl",
  168.     entity = "fas2_m21",
  169.     price = 1000,
  170.     amount = 1,
  171.     seperate = true,
  172.     pricesep = 500,
  173.     noship = true,
  174.     allowed = {TEAM_GUN}
  175. })
  176.  
  177. DarkRP.createShipment("M24", {
  178.     model = "models/weapons/w_m24.mdl",
  179.     entity = "fas2_m24",
  180.     price = 1000,
  181.     amount = 1,
  182.     seperate = true,
  183.     pricesep = 500,
  184.     noship = true,
  185.     allowed = {TEAM_GUN}
  186. })
  187.  
  188. DarkRP.createShipment("M67", {
  189.     model = "models/weapons/w_eq_fraggrenade_thrown.mdl",
  190.     entity = "fas2_m67",
  191.     price = 1000,
  192.     amount = 1,
  193.     seperate = true,
  194.     pricesep = 500,
  195.     noship = true,
  196.     allowed = {TEAM_GUN}
  197. })
  198.  
  199. DarkRP.createShipment("M79", {
  200.     model = "models/weapons/w_m79.mdl",
  201.     entity = "fas2_m79",
  202.     price = 1000,
  203.     amount = 1,
  204.     seperate = true,
  205.     pricesep = 500,
  206.     noship = true,
  207.     allowed = {TEAM_GUN}
  208. })
  209.  
  210. DarkRP.createShipment("M82", {
  211.     model = "models/weapons/w_m82.mdl",
  212.     entity = "fas2_m82",
  213.     price = 1000,
  214.     amount = 1,
  215.     seperate = true,
  216.     pricesep = 500,
  217.     noship = true,
  218.     allowed = {TEAM_GUN}
  219. })
  220.  
  221. DarkRP.createShipment("M1911", {
  222.     model = "models/weapons/w_1911.mdl",
  223.     entity = "fas2_m1911",
  224.     price = 1000,
  225.     amount = 1,
  226.     seperate = true,
  227.     pricesep = 500,
  228.     noship = true,
  229.     allowed = {TEAM_GUN}
  230. })
  231.  
  232. DarkRP.createShipment("Mac 11", {
  233.     model = "",
  234.     entity = "fas2_mac11",
  235.     price = 1000,
  236.     amount = 1,
  237.     seperate = true,
  238.     pricesep = 500,
  239.     noship = true,
  240.     allowed = {TEAM_GUN}
  241. })
  242.  
  243. DarkRP.createShipment("Machete", {
  244.     model = "models/weapons/w_machete.mdl",
  245.     entity = "fas2_machete",
  246.     price = 1000,
  247.     amount = 1,
  248.     seperate = true,
  249.     pricesep = 500,
  250.     noship = true,
  251.     allowed = {TEAM_GUN}
  252. })
  253.  
  254. DarkRP.createShipment("Mp5 A5", {
  255.     model = "models/weapons/w_mp5.mdl",
  256.     entity = "fas2_mp5a5",
  257.     price = 1000,
  258.     amount = 1,
  259.     seperate = true,
  260.     pricesep = 500,
  261.     noship = true,
  262.     allowed = {TEAM_GUN}
  263. })
  264.  
  265. DarkRP.createShipment("Mp5 K", {
  266.     model = "models/weapons/w_mp5.mdl",
  267.     entity = "fas2_mp5k",
  268.     price = 1000,
  269.     amount = 1,
  270.     seperate = true,
  271.     pricesep = 500,
  272.     noship = true,
  273.     allowed = {TEAM_GUN}
  274. })
  275.  
  276. DarkRP.createShipment("Mp5 SD6", {
  277.     model = "models/weapons/w_mp5.mdl",
  278.     entity = "fas2_mp5sd6",
  279.     price = 1000,
  280.     amount = 1,
  281.     seperate = true,
  282.     pricesep = 500,
  283.     noship = true,
  284.     allowed = {TEAM_GUN}
  285. })
  286.  
  287. DarkRP.createShipment("OTS 33", {
  288.     model = "models/weapons/world/pistols/ots33.mdl",
  289.     entity = "fas2_ots33",
  290.     price = 1000,
  291.     amount = 1,
  292.     seperate = true,
  293.     pricesep = 500,
  294.     noship = true,
  295.     allowed = {TEAM_GUN}
  296. })
  297.  
  298. DarkRP.createShipment("P226", {
  299.     model = "models/weapons/w_pist_p228.mdl",
  300.     entity = "fas2_p226",
  301.     price = 1000,
  302.     amount = 1,
  303.     seperate = true,
  304.     pricesep = 500,
  305.     noship = true,
  306.     allowed = {TEAM_GUN}
  307. })
  308.  
  309. DarkRP.createShipment("PP-19 Bizon", {
  310.     model = "models/weapons/w_smg_biz.mdl",
  311.     entity = "fas2_pp19",
  312.     price = 1000,
  313.     amount = 1,
  314.     seperate = true,
  315.     pricesep = 500,
  316.     noship = true,
  317.     allowed = {TEAM_GUN}
  318. })
  319.  
  320. DarkRP.createShipment("Raging Bull", {
  321.     model = "models/weapons/w_357.mdl",
  322.     entity = "fas2_ragingbull",
  323.     price = 1000,
  324.     amount = 1,
  325.     seperate = true,
  326.     pricesep = 500,
  327.     noship = true,
  328.     allowed = {TEAM_GUN}
  329. })
  330.  
  331. DarkRP.createShipment("Remington 870", {
  332.     model = "models/weapons/w_m3.mdl",
  333.     entity = "fas2_rem870",
  334.     price = 1000,
  335.     amount = 1,
  336.     seperate = true,
  337.     pricesep = 500,
  338.     noship = true,
  339.     allowed = {TEAM_GUN}
  340. })
  341.  
  342. DarkRP.createShipment("RPK", {
  343.     model = "models/weapons/w_ak47.mdl",
  344.     entity = "fas2_rpk",
  345.     price = 1000,
  346.     amount = 1,
  347.     seperate = true,
  348.     pricesep = 500,
  349.     noship = true,
  350.     allowed = {TEAM_GUN}
  351. })
  352.  
  353. DarkRP.createShipment("SG550", {
  354.     model = "models/weapons/w_sg550.mdl",
  355.     entity = "fas2_sg550",
  356.     price = 1000,
  357.     amount = 1,
  358.     seperate = true,
  359.     pricesep = 500,
  360.     noship = true,
  361.     allowed = {TEAM_GUN}
  362. })
  363.  
  364. DarkRP.createShipment("SG552", {
  365.     model = "models/weapons/w_sg550.mdl",
  366.     entity = "fas2_sg552",
  367.     price = 1000,
  368.     amount = 1,
  369.     seperate = true,
  370.     pricesep = 500,
  371.     noship = true,
  372.     allowed = {TEAM_GUN}
  373. })
  374.  
  375. DarkRP.createShipment("SKS", {
  376.     model = "models/weapons/world/rifles/sks.mdl",
  377.     entity = "fas2_sks",
  378.     price = 1000,
  379.     amount = 1,
  380.     seperate = true,
  381.     pricesep = 500,
  382.     noship = true,
  383.     allowed = {TEAM_GUN}
  384. })
  385.  
  386. DarkRP.createShipment("SR-25", {
  387.     model = "models/weapons/w_sr25.mdl",
  388.     entity = "fas2_sr25",
  389.     price = 1000,
  390.     amount = 1,
  391.     seperate = true,
  392.     pricesep = 500,
  393.     noship = true,
  394.     allowed = {TEAM_GUN}
  395. })
  396.  
  397. DarkRP.createShipment("TOZ-34", {
  398.     model = "models/weapons/world/rifles/ak12.mdl",
  399.     entity = "fas2_toz34",
  400.     price = 1000,
  401.     amount = 1,
  402.     seperate = true,
  403.     pricesep = 500,
  404.     noship = true,
  405.     allowed = {TEAM_GUN}
  406. })
  407.  
  408. DarkRP.createShipment("Uzi", {
  409.     model = "models/weapons/w_mp5.mdl",
  410.     entity = "fas2_uzi",
  411.     price = 1000,
  412.     amount = 1,
  413.     seperate = true,
  414.     pricesep = 500,
  415.     noship = true,
  416.     allowed = {TEAM_GUN}
  417. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement