Garry's Mod

How to fix it?

Submitted by timur121213, , Thread ID: 150110

Thread Closed

RE: How to fix it?

timur121213
Novice
Level:
0
Reputation:
0
Posts:
29
Likes:
0
Credits:
0
OP
20-11-2019, 12:46 PM
#3
20-11-2019, 12:39 PM
sanjer Wrote:
Post a source of ammo script, to understand what problem is
DarkRP.createAmmoType("smg1", {
name = "-",
model = "models/Items/BoxMRounds.mdl",
price = 45,
amountGiven = 30,
category = ""
})

DarkRP.createAmmoType("ar2", {
name = "/?",
model = "models/Items/BoxMRounds.mdl",
price = 80,
amountGiven = 30,
category = ""
})

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

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

Users browsing this thread: 1 Guest(s)