• Dark RP - Unable to Buy Shipment
    2 replies, posted
This is getting to be the most annoying thing. I added these two to my addentities.lua file and when I try to spawn them via f4 menu I get notified Unable to /buyshipment Armor or Health depending on which one I try. Anyhow I have a friend who owns another server and when I uploaded them on his they work flawlessly. I took the EXACT darkrp gamemode folder and put it on his server so I don't see what difference there could be.. Anyhow here are the two codes. [lua] AddCustomShipment("Medic Kit", { model = "models/Items/HealthKit.mdl", entity = "medkit", price = 4750, amount = 10, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_MEDIC} }) AddCustomShipment("Armor Kit", { model = "models/Items/battery.mdl", entity = "armorkit", price = 5950, amount = 10, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_BMD} }) [/lua]
AddCustomShipment("Med Kits", "models/items/healthkit.mdl", "item_healthkit", 500, 20, false, 0, false, {TEAM_MEDIC, TEAM_BMD}) thats what i have which works fine
try to make model path's lowercase
Sorry, you need to Log In to post a reply to this thread.