Advertisement
Darkwater

Untitled

Sep 5th, 2011
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. ammoT = {}
  2. ammoT[1] = {type= "9mm", cost= 30, name= "battery", am= 40, size= "9"}
  3. ammoT[2] = {type= "7.62mm Pistol", cost= 35, name= "sniperround", am= 40, size= "7.62p"}
  4. ammoT[3] = {type= "7.62mm", cost= 40, name= "striderminigun", am= 60, size= "7.62"}
  5. ammoT[4] = {type= "5.7mm", cost= 45, name= "alyxgun", am= 50, size= "5.7"}
  6. ammoT[5] = {type= "5.56mm", cost= 50, name= "airboatgun", am= 60, size= "5.56"}
  7. ammoT[6] = {type= "5.45mm", cost= 55, name= "helicoptergun", am= 60, size= "5.45"}
  8. ammoT[7] = {type= ".50AE", cost= 60, name= "combinecannon", am= 40, size= ".50"}
  9. ammoT[8] = {type= ".45acp", cost= 65, name= "sniperpenetratedround", am= 40, size= ".45"}
  10. ammoT[9] = {type= ".44 Magnum", cost= 70, name= "sniperround", am= 15, size= ".44"}
  11. ammoT[10] = {type= ".357 Magnum", cost= 70, name= "357", am= 15, size= ".357"}
  12. ammoT[11] = {type= ".32mm", cost= 75, name= "gaussenergy", am= 40, size= ".32"}
  13. ammoT[12] = {type= "Shotgun Shells", cost= 100, name= "buckshot", am= 10, size= "shotgun"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement