• 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,},
[code]ammo = { ["pistol"]=60, ["m9k_ammo"]=60,}[/code]
thanks
Sorry, you need to Log In to post a reply to this thread.