Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.65 KB | None | 0 0
  1.  
  2.  
  3. DarkRP.createEntity("Pistol Ammo Box", {
  4. ent = "pistol",
  5. model = "models/Items/BoxSRounds.mdl",
  6. price = 10,
  7. max = 2,
  8. cmd = "buypistol",
  9. })
  10. --------------------------------------------------------------------------------------
  11. CONVERT EVERYTHING BELOW TO ABOVE FORMAT!
  12. MAKE SURE THEY ARE ALL IN ORDER! THANK YOU!
  13.  
  14. DarkRP.createAmmoType("pistol", {
  15. name = "Pistol Ammo Box",
  16. model = "models/Items/BoxSRounds.mdl",
  17. price = 10,
  18. amountGiven = 24
  19. })
  20. DarkRP.createAmmoType("22lrammo", {
  21. name = ".22 LR Ammo Box",
  22. model = "models/Items/BoxSRounds.mdl",
  23. price = 16,
  24. amountGiven = 16
  25. })
  26.  
  27. //Winchester Ammo
  28. GAMEMODE:AddAmmoType("AirboatGun", "Winchester Ammo", "models/Items/BoxMRounds.mdl", 80, 30)
  29.  
  30. DarkRP.createAmmoType("10mmammo", {
  31. name = "10mm Ammo Box",
  32. model = "models/Items/BoxSRounds.mdl",
  33. price = 16,
  34. amountGiven = 16
  35. })
  36. DarkRP.createAmmoType("9mmammo", {
  37. name = "9mm Ammo Box",
  38. model = "models/Items/BoxSRounds.mdl",
  39. price = 16,
  40. amountGiven = 16
  41. })
  42. DarkRP.createAmmoType("127mmammo", {
  43. name = "12.7mm Ammo Box",
  44. model = "models/Items/BoxSRounds.mdl",
  45. price = 16,
  46. amountGiven = 16
  47. })
  48. DarkRP.createAmmoType("357", {
  49. name = ".357 Revolver Ammo Box",
  50. model = "models/Items/357ammo.mdl",
  51. price = 10,
  52. amountGiven = 24
  53. })
  54. DarkRP.createAmmoType("32ammo", {
  55. name = ".32 Ammo Box",
  56. model = "models/Items/357ammo.mdl",
  57. price = 16,
  58. amountGiven = 16
  59. })
  60. DarkRP.createAmmoType("357magnumammo", {
  61. name = ".357 Magnum Ammo Box",
  62. model = "models/Items/357ammo.mdl",
  63. price = 16,
  64. amountGiven = 16
  65. })
  66. DarkRP.createAmmoType("44magnumammo", {
  67. name = ".44 Magnum Ammo Box",
  68. model = "models/Items/357ammo.mdl",
  69. price = 16,
  70. amountGiven = 16
  71. })
  72. DarkRP.createAmmoType("45-70govtammo", {
  73. name = ".45-70 Govt. Ammo Box",
  74. model = "models/Items/357ammo.mdl",
  75. price = 16,
  76. amountGiven = 16
  77. })
  78. DarkRP.createAmmoType("smg1", {
  79. name = "SMG Ammo Box",
  80. model = "models/Items/BoxMRounds.mdl",
  81. price = 16,
  82. amountGiven = 16
  83. })
  84. DarkRP.createAmmoType("308ammo", {
  85. name = ".308 Ammo Box",
  86. model = "models/Items/BoxMRounds.mdl",
  87. price = 16,
  88. amountGiven = 16
  89. })
  90. DarkRP.createAmmoType("50mgammo", {
  91. name = ".50 MG Ammo Box",
  92. model = "models/Items/BoxMRounds.mdl",
  93. price = 16,
  94. amountGiven = 16
  95. })
  96. DarkRP.createAmmoType("556mmammo", {
  97. name = "5.56mm Ammo Box",
  98. model = "models/Items/BoxMRounds.mdl",
  99. price = 16,
  100. amountGiven = 16
  101. })
  102. DarkRP.createAmmoType("5mmammo", {
  103. name = "5mm Ammo Crate",
  104. model = "models/Items/BoxMRounds.mdl",
  105. price = 16,
  106. amountGiven = 16
  107. })
  108. DarkRP.createAmmoType("buckshot", {
  109. name = "Buckshot Ammo Box",
  110. model = "models/Items/BoxBuckshot.mdl",
  111. price = 16,
  112. amountGiven = 16
  113. })
  114. DarkRP.createAmmoType("12gaugeammo", {
  115. name = "12 Gauge Ammo Box",
  116. model = "models/Items/BoxBuckshot.mdl",
  117. price = 16,
  118. amountGiven = 16
  119. })
  120. DarkRP.createAmmoType("20gaugeammo", {
  121. name = "20 Gauge Ammo Box",
  122. model = "models/Items/BoxBuckshot.mdl",
  123. price = 16,
  124. amountGiven = 16
  125. })
  126. DarkRP.createAmmoType("buckshot", {
  127. name = "Buckshot Ammo Box",
  128. model = "models/Items/BoxBuckshot.mdl",
  129. price = 16,
  130. amountGiven = 16
  131. })
  132. DarkRP.createAmmoType("ar2", {
  133. name = "AR2 Ammo Pack",
  134. model = "models/Items/combine_rifle_cartridge01.mdl",
  135. price = 16,
  136. amountGiven = 16
  137. })
  138. DarkRP.createAmmoType("electronchargepacks", {
  139. name = "Electron Charge Packs",
  140. model = "models/Items/combine_rifle_cartridge01.mdl",
  141. price = 16,
  142. amountGiven = 16
  143. })
  144. DarkRP.createAmmoType("energycells", {
  145. name = "Energy Cells",
  146. model = "models/Items/combine_rifle_cartridge01.mdl",
  147. price = 16,
  148. amountGiven = 16
  149. })
  150. DarkRP.createAmmoType("microfusioncells", {
  151. name = "Microfusion Cells",
  152. model = "models/Items/combine_rifle_cartridge01.mdl",
  153. price = 16,
  154. amountGiven = 16
  155. })
  156.  
  157.  
  158.  
  159. Name: Stimpak
  160. Entity: touch_pickup_fallout_stimpak
  161. model: models/items/stimpak.mdl
  162. Price: 75
  163. --------------------------------------------------------------
  164. Name: Mini-Medkit
  165. Entity: item_healthvial
  166. model: models/healthvial.mdl
  167. models/healthvial.mdl
  168. Price: 80
  169. --------------------------------------------------------------
  170. Name: Medkit
  171. Entity: item_healthkit
  172. model :models/Items/HealthKit.mdl
  173. Price: 100
  174. --------------------------------------------------------------
  175. Name: Armor Pack
  176. Entity: item_battery
  177. model: models/Items/battery.mdl
  178. Price: 60
  179. --------------------------------------------------------------
  180. Name: Nuka Cola
  181. Entity: fo_nuka_cola
  182. model: models/maxib123/nukaquartz.mdl
  183. Price: 25
  184. --------------------------------------------------------------
  185. Name: Sunset Sarsaparilla
  186. Entity: fo_sunset
  187. model: models/maxib123/sarsaparillaempty.mdl
  188. Price: 25
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement