Advertisement
Guest User

sgdghdfghf

a guest
Nov 24th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. weaponsConfig = {
  2. ["Munition Pistolet"] = {
  3. price = 80,
  4. model = "models/Items/BoxSRounds.mdl",
  5. ent = "tfa_ammo_pistol"
  6. },
  7.  
  8. ["Munition Magnum"] = {
  9. price = 120,
  10. model = "models/Items/357ammo.mdl",
  11. ent = "tfa_ammo_357"
  12. },
  13.  
  14. ["Munition Fusils Assaut"] = {
  15. price = 180,
  16. model = "models/Items/BoxMRounds.mdl",
  17. ent = "tfa_ammo_ar2"
  18. },
  19.  
  20. ["Munition SMG"] = {
  21. price = 150,
  22. model = "models/Items/BoxMRounds.mdl",
  23. ent = "tfa_ammo_smg"
  24. },
  25.  
  26. ["Munition Fusil à Pompe"] = {
  27. price = 200,
  28. model = "models/Items/BoxBuckshot.mdl",
  29. ent = "tfa_ammo_buckshot"
  30. },
  31.  
  32. ["Munition Fusil Sniper"] = {
  33. price = 250,
  34. model = "models/props_lab/box01a.mdl",
  35. ent = "tfa_ammo_sniper_rounds"
  36. },
  37.  
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement