• DarkRP Job Notification
    2 replies, posted
Is there a way to turn off the little notification at the bottom right when you change job?
In your gamemode/darkrp/gamemode/modules/jobs/sv_jobs. lua Remove [CODE] DarkRP.notifyAll(0, 4, DarkRP.getPhrase("job_has_become", self:Nick(), TEAM.name)) [/CODE] Should be around line 82 if your jobs.lua isn't edited. Probaly not the best way as there could be a setting in the config file
[QUOTE=Challenge;45411865]In your gamemode/darkrp/gamemode/modules/jobs/sv_jobs. lua Remove [CODE] DarkRP.notifyAll(0, 4, DarkRP.getPhrase("job_has_become", self:Nick(), TEAM.name)) [/CODE] Should be around line 82 if your jobs.lua isn't edited. Probaly not the best way as there could be a setting in the config file[/QUOTE] I looked around the config file and couldn't find a setting for it, thanks for this, though, i'll test it out and hope it doesn't break anything ;3 UPDATE: It fixed it, and with no errors or breakage that i could see. Thanks :)
Sorry, you need to Log In to post a reply to this thread.