Advertisement
zenoxy

armouryconfig

Oct 19th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. Config = {}
  2.  
  3. -- Turn this to false if you want everyone to use this.
  4. Config.OnlyPolicemen = true
  5.  
  6. -- This is how much ammo you should get per weapon you take out.
  7. Config.ReceiveAmmo = 200
  8.  
  9. -- You don't need to edit these if you don't want to.
  10. Config.Armory = { ["x"] = 452.32196044922, ["y"] = -980.03033447266, ["z"] = 30.689582824707, ["h"] = 270.0 }
  11. Config.ArmoryPed = { ["x"] = 454.18048095703, ["y"] = -980.11981201172, ["z"] = 30.689603805542, ["h"] = 90.0, ["hash"] = "s_m_y_cop_01" }
  12.  
  13. -- This is the available weapons you can pick out.
  14. Config.ArmoryWeapons = {
  15. { ["hash"] = "weapon_combatpistol", ["type"] = "pistol" },
  16. { ["hash"] = "weapon_nightstick", ["type"] = "melee" },
  17. { ["hash"] = "weapon_stungun", ["type"] = "melee" },
  18. { ["hash"] = "weapon_flashlight", ["type"] = "light" },
  19. { ["hash"] = "weapon_pumpshotgun", ["type"] = "shotgun" },
  20. { ["hash"] = "weapon_carbinerifle", ["type"] = "rifle" },
  21. { ["hash"] = "weapon_specialcarbine", ["type"] = "rifle" },
  22. { ["hash"] = "weapon_smokegrenade", ["type"] = "grenade" },
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement