I use darkrpmodification and 2.5 Darkrp. I been adding my weapons in "shipmeants.lua".
I got shipmeants working perfect. It works with only Gun dealers but when I try to add in a single weapon it dont work n if it does all jobs can buy it. I dont get it or understand. I turned off shipmeants and pistols from normal DarkRP. "disabled_defaults.lua"
Here is my pastebin [url]http://pastebin.com/KZfBXyPH#[/url] of my shipments.
/*---------------------------------------------------------------------------
Shipments and pistols
---------------------------------------------------------------------------*/
DarkRP.disabledDefaults["shipments"] = {
["AK47"] = true,
["Desert eagle"] = true,
["Fiveseven"] = true,
["Glock"] = true,
["M4"] = true,
["Mac 10"] = true,
["MP5"] = true,
["P228"] = true,
["Pump shotgun"] = true,
["Sniper rifle"] = true,
}
Sorry, you need to Log In to post a reply to this thread.