Advertisement
Guest User

FA:S Ammo Entity

a guest
Jun 19th, 2014
5,530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.60 KB | None | 0 0
  1.  
  2.  
  3. DarkRP.createEntity("9x18 MM Ammo (60 Rounds)", {
  4.         ent = "fas2_ammo_9x18",
  5.         model = "models/Items/BoxMRounds.mdl",
  6.         price = 1000,
  7.         cmd = "buy9x18mm",
  8. })
  9.  
  10.  
  11. DarkRP.createEntity("9x19 MM Ammo (40 Rounds)", {
  12.         ent = "fas2_ammo_9x19",
  13.         model = "models/Items/BoxMRounds.mdl",
  14.         price = 1000,
  15.         cmd = "buy9x19mm",
  16. })
  17.  
  18.  
  19. DarkRP.createEntity("10x25 Ammo (60 Rounds)", {
  20.         ent = "fas2_ammo_10x25",
  21.         model = "models/Items/BoxMRounds.mdl",
  22.         price = 1000,
  23.         cmd = "buy10x25mm",
  24. })
  25.  
  26.  
  27. DarkRP.createEntity("12 Gauge Ammo (16 Rounds)", {
  28.         ent = "fas2_ammo_12gauge",
  29.         model = "models/Items/BoxMRounds.mdl",
  30.         price = 1000,
  31.         cmd = "buy12gauge",
  32. })
  33.  
  34.  
  35. DarkRP.createEntity("23x75MMR Ammo (20 Rounds)", {
  36.         ent = "fas2_ammo_23x75",
  37.         model = "models/Items/BoxMRounds.mdl",
  38.         price = 1000,
  39.         cmd = "buy23x75mmr",
  40. })
  41.  
  42.  
  43. DarkRP.createEntity("40MM HE Ammo (10 Rounds)", {
  44.         ent = "fas2_ammo_40mm",
  45.         model = "models/Items/BoxMRounds.mdl",
  46.         price = 1000,
  47.         cmd = "buy40mmhe",
  48. })
  49.  
  50.  
  51. DarkRP.createEntity(".44 Magnum Ammo (12 Rounds)", {
  52.         ent = "fas2_ammo_44mag",
  53.         model = "models/Items/BoxMRounds.mdl",
  54.         price = 1000,
  55.         cmd = "buy44magnumammo",
  56. })
  57.  
  58.  
  59. DarkRP.createEntity(".45 ACP Ammo (30 Rounds)", {
  60.         ent = "fas2_ammo_45acp",
  61.         model = "models/Items/BoxMRounds.mdl",
  62.         price = 1000,
  63.         cmd = "buy45acpammo",
  64. })
  65.  
  66.  
  67. DarkRP.createEntity(".50 AE Ammo (14 Rounds)", {
  68.         ent = "fas2_ammo_50ae",
  69.         model = "models/Items/BoxMRounds.mdl",
  70.         price = 1000,
  71.         cmd = "buy50aeammo",
  72. })
  73.  
  74.  
  75. DarkRP.createEntity(".50 BMG Ammo (20 Rounds)", {
  76.         ent = "fas2_ammo_50bmg",
  77.         model = "models/Items/BoxMRounds.mdl",
  78.         price = 1000,
  79.         max = 2,
  80.         cmd = "buy50bmgammo",
  81. })
  82.  
  83.  
  84. DarkRP.createEntity(".357 SIG Ammo (30 Rounds)", {
  85.         ent = "fas2_ammo_357sig",
  86.         model = "models/Items/BoxMRounds.mdl",
  87.         price = 1000,
  88.         max = 2,
  89.         cmd = "buy357sigammo",
  90. })
  91.  
  92.  
  93. DarkRP.createEntity(".380 ACP Ammo (60 Rounds)", {
  94.         ent = "fas2_ammo_380acp",
  95.         model = "models/Items/BoxMRounds.mdl",
  96.         price = 1000,
  97.         max = 2,
  98.         cmd = "buy380acpammo",
  99. })
  100.  
  101.  
  102. DarkRP.createEntity(".500 S&W Ammo (10 Rounds)", {
  103.         ent = "fas2_ammo_454casull",
  104.         model = "models/Items/BoxMRounds.mdl",
  105.         price = 1000,
  106.         max = 2,
  107.         cmd = "buy500swammo",
  108. })
  109.  
  110.  
  111. DarkRP.createEntity("5.45x39MM Ammo (60 Rounds)", {
  112.         ent = "fas2_ammo_545x39",
  113.         model = "models/Items/BoxMRounds.mdl",
  114.         price = 1000,
  115.         max = 2,
  116.         cmd = "buy545x39ammo",
  117. })
  118.  
  119.  
  120. DarkRP.createEntity("5.56x45MM Ammo (60 Rounds)", {
  121.         ent = "fas2_ammo_556x45",
  122.         model = "models/Items/BoxMRounds.mdl",
  123.         price = 1000,
  124.         max = 2,
  125.         cmd = "buy556x45ammo",
  126. })
  127.  
  128.  
  129. DarkRP.createEntity("7.62x39MM Ammo (60 Rounds)", {
  130.         ent = "fas2_ammo_762x39",
  131.         model = "models/Items/BoxMRounds.mdl",
  132.         price = 1000,
  133.         max = 2,
  134.         cmd = "buy762x39ammo",
  135. })
  136.  
  137.  
  138. DarkRP.createEntity("7.62x51MM Ammo (40 Rounds)", {
  139.         ent = "fas2_ammo_762x51",
  140.         model = "models/Items/BoxMRounds.mdl",
  141.         price = 1000,
  142.         max = 2,
  143.         cmd = "buy7651ammo",
  144. })
  145.  
  146.  
  147. DarkRP.createEntity("M67 Grenades (12 Grenades)", {
  148.         ent = "fas2_ammo_m67",
  149.         model = "models/Items/BoxMRounds.mdl",
  150.         price = 1000,
  151.         max = 2,
  152.         cmd = "buym27grenades",
  153. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement