• DarkRP Default weapon help
    1 replies, posted
I am trying to add the aritz banking mod but i cannot get it to working properly. I posted the weapons section of the DarkRP config. [CODE]-- The list of weapons that players are not allowed to drop. Items set to true are not allowed to be dropped GM.Config.DisallowDrop = { ["arrest_stick"] = true, ["door_ram"] = true, ["gmod_camera"] = true, ["gmod_tool"] = true, ["keys"] = true, ["lockpick"] = true, ["med_kit"] = true, ["pocket"] = true, ["stunstick"] = true, ["unarrest_stick"] = true, ["weapon_keypadchecker"] = true, ["weapon_physcannon"] = true, ["weapon_physgun"] = true, ["weaponchecker"] = true, ["weapon_arc_atmcard"] = true } -- The list of weapons people spawn with GM.Config.DefaultWeapons = { "keys", "weapon_physcannon", "gmod_tool", "pocket", "weapon_physgun", "weapon_arc_atmcard" -- Wanting to make this default for ALL classes } [/CODE]
Add them in every job in weapons shared.lua/jobrelated.lua depends what version of DarkRP u run
Sorry, you need to Log In to post a reply to this thread.