• DarkRP S.L.A.M Entitie code for shipment
    2 replies, posted
Hello there! I want to add the 'S.L.A.M' weapon into a shipment but I don't know what The entitie code is for it.. If you know, please tell me.. (Model too)
Instead of weapon_m4 or something, use weapon_slam or the weapon name. Then you simply find the model in the Q menu.. Please, apply some common sense.
[lua] AddCustomShipment("Slam Mines", { model = "models/weapons/w_slam.mdl", entity = "weapon_slam", price = 12500, amount = 5, seperate = false, pricesep = 205, noship = true, allowed = {TEAM_GUN} })[/lua] Change the Price, Amount and Allowed. You're welcome.
Sorry, you need to Log In to post a reply to this thread.