• DarkRP Shipment Assistance
    1 replies, posted
I added an AK47 to my server with the intention of only the gun dealer being able to buy it. [code] DarkRP.createShipment("AK-47", { model = "models/weapons/w_ak47.mdl", entity = "fas2_ak47", price = 5000, amount = 10, separate = true, pricesep = 500, noship = false, allowed = {TEAM_GUN}, category = "Rifles", }) [/code] Only the gun dealer can see the shipment, but anyone can buy the individual weapon. Any help on making it so only the gun dealer can buy the shipment and single weapon would be appreciated.
Bump
Sorry, you need to Log In to post a reply to this thread.