Guest User

Untitled

a guest
Jan 4th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. [28] = { name = "9x18 MM Ammo (60 Rounds)",
  2. ent = "fas2_ammo_9x18",
  3. price = 500,
  4. model = "models/Items/BoxMRounds.mdl",
  5. tab = "Ammo",
  6. isWep = true },
  7.  
  8. [28] = { "9x19 MM Ammo (40 Rounds)",
  9. ent = "fas2_ammo_9x19",
  10. price = 500,
  11. model = "models/Items/BoxMRounds.mdl",
  12. tab = "Ammo",
  13. isWep = true },
  14.  
  15. [28] = { name = "10x25 Ammo (60 Rounds)",
  16. ent = "fas2_ammo_10x25",
  17. price = 500,
  18. model = "models/Items/BoxMRounds.mdl",
  19. tab = "Ammo",
  20. isWep = true },
  21.  
  22. [28] = { name = "12 Gauge Ammo (16 Rounds)",
  23. ent = "fas2_ammo_12gauge",
  24. price = 500,
  25. model = "models/Items/BoxMRounds.mdl",
  26. tab = "Ammo",
  27. isWep = true },
  28.  
  29. [28] = { name = "23x75MMR Ammo (20 Rounds)",
  30. ent = "fas2_ammo_23x75",
  31. price = 500,
  32. model = "models/Items/BoxMRounds.mdl",
  33. tab = "Ammo",
  34. isWep = true },
  35.  
  36. [28] = { name = "40MM HE Ammo (10 Rounds)"",
  37. ent = "fas2_ammo_40mm",
  38. price = 500,
  39. model = "models/Items/BoxMRounds.mdl",
  40. tab = "Ammo",
  41. isWep = true },
  42.  
  43. [28] = { name = ".44 Magnum Ammo (12 Rounds)",
  44. ent = "fas2_ammo_44mag",
  45. price = 500,
  46. model = "models/Items/BoxMRounds.mdl",
  47. tab = "Ammo",
  48. isWep = true },
  49.  
  50. [28] = { name = ".45 ACP Ammo (30 Rounds)",
  51. ent = "fas2_ammo_45acp",
  52. price = 500,
  53. model = "models/Items/BoxMRounds.mdl",
  54. tab = "Ammo",
  55. isWep = true },
  56.  
  57. [28] = { name = ".50 AE Ammo (14 Rounds)",
  58. ent = "fas2_ammo_50ae",
  59. price = 500,
  60. model = "models/Items/BoxMRounds.mdl",
  61. tab = "Ammo",
  62. isWep = true },
  63.  
  64. [28] = { name = ".50 BMG Ammo (20 Rounds)",
  65. ent = "fas2_ammo_50bmg",
  66. price = 500,
  67. model = "models/Items/BoxMRounds.mdl",
  68. tab = "Ammo",
  69. isWep = true },
  70.  
  71. [28] = { name = ".357 SIG Ammo (30 Rounds)",
  72. ent = "fas2_ammo_357sig",
  73. price = 500,
  74. model = "models/Items/BoxMRounds.mdl",
  75. tab = "Ammo",
  76. isWep = true },
  77.  
  78. [28] = { name = ".380 ACP Ammo (60 Rounds)",
  79. ent = "fas2_ammo_380acp",
  80. price = 500,
  81. model = "models/Items/BoxMRounds.mdl",
  82. tab = "Ammo",
  83. isWep = true },
  84.  
  85. [28] = { name = ".500 S&W Ammo (10 Rounds)",
  86. ent = "fas2_ammo_454casull",
  87. price = 500,
  88. model = "models/Items/BoxMRounds.mdl",
  89. tab = "Ammo",
  90. isWep = true },
  91.  
  92. [28] = { name = "5.45x39MM Ammo (60 Rounds)",
  93. ent = "fas2_ammo_545x39",
  94. price = 500,
  95. model = "models/Items/BoxMRounds.mdl",
  96. tab = "Ammo",
  97. isWep = true },
  98.  
  99. [28] = { name = "5.56x45MM Ammo (60 Rounds)",
  100. ent = "fas2_ammo_556x45",
  101. price = 500,
  102. model = "models/Items/BoxMRounds.mdl",
  103. tab = "Ammo",
  104. isWep = true },
  105.  
  106. [28] = { name = "7.62x39MM Ammo (60 Rounds)",
  107. ent = "fas2_ammo_762x39",
  108. price = 500,
  109. model = "models/Items/BoxMRounds.mdl",
  110. tab = "Ammo",
  111. isWep = true },
  112.  
  113. [28] = { name = "7.62x51MM Ammo (40 Rounds)",
  114. ent = "fas2_ammo_762x51",
  115. price = 500,
  116. model = "models/Items/BoxMRounds.mdl",
  117. tab = "Ammo",
  118. isWep = true },
  119.  
  120. [28] = { name = "M67 Grenades (12 Grenades)",
  121. ent = "fas2_ammo_m67",
  122. price = 500,
  123. model = "models/Items/BoxMRounds.mdl",
  124. tab = "Ammo",
  125. isWep = true }
Advertisement
Add Comment
Please, Sign In to add comment