Advertisement
Guest User

Untitled

a guest
Jan 21st, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. --[[---------------------------------------------------------------------------
  2. Ammo types
  3. ---------------------------------------------------------------------------
  4.  
  5. ---------------------------------------------------------------------------]]
  6.  
  7. DarkRP.createAmmoType("SniperPenetratedRound", {
  8. name = "50cal. Sniper Ammo",
  9. model = "models/items/sniper_round_box.mdl",
  10. price = 150,
  11. amountGiven = 14,
  12. })
  13.  
  14. DarkRP.createAmmoType("ar2", {
  15. name = "Pulse Ammo",
  16. model = "models/Items/BoxMRounds.mdl",
  17. price = 125,
  18. amountGiven = 32,
  19. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement