My Ammo wont work

Post Reply
Randy Butternubs
New to forums
New to forums
Posts: 7
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri Feb 12, 2016 8:06 am

My Ammo wont work

Post by Randy Butternubs »

when I try to load in ammo in darkrpmodfication constomthings i put this
when I disable my ammo on my disbabled defaults it works, but none of the |
v
stuff down there works


DarkRP.createAmmoType("357", {
name = "M9K 357 ammo",
model = "models/Items/357ammobox.mdl",
price = 200,
amountGiven = 20
})

DarkRP.createAmmoType("ar2", {
name = "M9K Rifle ammo",
model = "models/Items/BoxMRounds.mdl",
price = 400,
amountGiven = 120
})

DarkRP.createAmmoType("buckshot", {
name = "M9K Shotgun ammo",
model = "models/Items/BoxBuckshot.mdl",
price = 400,
amountGiven = 20
})

DarkRP.createAmmoType("pistol", {
name = "M9K Pistol ammo",
model = "models/Items/BoxSRounds.mdl",
price = 200,
amountGiven = 60
})

DarkRP.createAmmoType("smg1", {
name = "M9K SMG ammo",
model = "models/Items/BoxMRounds.mdl",
price = 400,
amountGiven = 120
})

DarkRP.createAmmoType("SniperPenetratedRound", {
name = "M9K Sniper ammo",
model = "models/Items/BoxMRounds.mdl",
price = 400,
amountGiven = 60
})

DarkRP.createAmmoType("m9k_ammo_40mm", {
name = "M9K 40mm Ammo",
model = "m9k_ammo_40mm",
price = 600,
amountGiven = 18
})

DarkRP.createAmmoType("m9k_ammo_frags", {
name = "M9K Frags",
model = "m9k_ammo_frags",
price = 600,
amountGiven =1
})

DarkRP.createAmmoType("pistol", {
name = "Pistol ammo",
model = "models/Items/BoxSRounds.mdl",
price = 30,
amountGiven = 24
})

DarkRP.createAmmoType("buckshot", {
name = "Shotgun ammo",
model = "models/Items/BoxBuckshot.mdl",
price = 50,
amountGiven = 8
})

DarkRP.createAmmoType("smg1", {
name = "Rifle ammo",
model = "models/Items/BoxMRounds.mdl",
price = 80,
amountGiven = 30
})
Post Reply