• Disabled Defaults
    1 replies, posted
So I have a server. Last night I added some more jobs and then restarted. Now the disabled defaults are in the server when I don't want them there guns, jobs, etc. They say they are disabled for me so I am not quite sure why they won't go away. I have tried turning them to false then back to true but it still doesn't work. Very odd. Code: DarkRP.disabledDefaults["jobs"] = { ["chief"]     = true, ["citizen"]   = true, ["cook"]      = true, --Hungermod only ["cp"]        = true, ["gangster"]  = true, ["gundealer"] = true, ["hobo"]      = true, ["mayor"]     = true, ["medic"]     = true, ["mobboss"]   = true, }
If you have DarkRP Modification: addons\darkrpmodification-master\lua\darkrp_config\disabled_defaults.lua -Edit this file to the settings above that you've made If that doesn't work you might've installed it the wrong way, or you have other .lua files with the same "disabled defaults" as this one which can occur if you've accidentally installed it twice to a location. I suggest: Try downloading DarkRP Modification again, copy the old settings to the new one and delete the old one. That might fix the problem
Sorry, you need to Log In to post a reply to this thread.