DarkRP Ammo script can be used for more than one weapon?
2 replies, posted
Can you mess with the darkrp function
ammo = {["pistol"] = 60,},
And add another ammo type with brackets or ()
EXAMPLE:
ammo = {["pistol","m9k_ammo"] = 60,},
OR
ammo = {(["pistol"],["m9k_ammo"]), = 60,},