• m9k ammo not working
    1 replies, posted
did look this up and it has worked for others. what matter what iv tried to my knowledge, it spawns the model and take my money but wont add the ammo. DarkRP.createAmmoType("item_ammo_crossbow", {     name = "Railgun Ammo",     model = "models/Items/CrossbowRounds.mdl",     price = 1000,     amountGiven = 2, }) DarkRP.createAmmoType("m9k_ammo_ar2", {     name = "Assault Ammo",     model = "models/Items/BoxMRounds.mdl",     price = 100,     amountGiven = 32 }) DarkRP.createAmmoType("m9k_ammo_smg", {     name = "SMG Rounds",     model = "models/Items/BoxSRounds.mdl",     price = 100,     amountGiven = 32 }) DarkRP.createAmmoType("m9k_ammo_buckshot", {     name = "Shotgun Ammo",     model = "models/Items/BoxBuckshot.mdl",     price = 150,     amountGiven = 16 }) DarkRP.createAmmoType("winchester", {     name = "Winchester Ammo",     model = "models/Items/sniper_round_box.mdl",     price = 170,     amountGiven = 16 }) DarkRP.createAmmoType("m9k_ammo_sniper_rounds", {     name = "Sniper Rounds",     model = "models/Items/sniper_round_box.mdl",     price = 200,     amountGiven = 8 }) DarkRP.createAmmoType("m9k_ammo_pistol", {     name = "Pistol Rounds",     model = "models/Items/sniper_round_box.mdl",     price = 200,     amountGiven = 25 })
Those aren't ammo types, those are ammo entities.
Sorry, you need to Log In to post a reply to this thread.