And before anyone does it lets keep this a non "Y U USE DARKRP" thread
Ok so im bring custom weapons to my server using the following code
[lua]
AddCustomShipment("", {
model = "",
entity = "",
price = 5250,
amount = 10,
seperate = true,
pricesep = 550,
noship = false,
allowed = {TEAM_GUN}
})
[/lua]
But im facing a problem, the weapons are buyable for everyone and not use the gundealers.
Anyone know what i did wrong (besides using darkrp)
[highlight](User was banned for this post ("Undescriptive thread title" - Gran PC))[/highlight]
change seperate to false.
Sorry, you need to Log In to post a reply to this thread.