• in darkrp when i try to buy a gun it says gun is unaviable
    2 replies, posted
DarkRP.createShipment("M1991", { model = "models/weapons/world/pistols/ots33.mdl", entity = "fas2_m1911", price = 2500, amount = 10, separate = true, pricesep = 200, noship = false, -- CustomCheck }) when i try to buy it it says shipments is unavible
do single purchases work tbh you should've posted this in developer discussion
First off you need to change separate to false, then you need to add this below noship allowed = {TEAM_GUN} *Or whatever job you want to be able to buy this* Also you don't need the CustomCheck Make sure you put this in the shipments.lua in darkrpmodificationmaster
Sorry, you need to Log In to post a reply to this thread.