• How to disable colored admin ranks?
    3 replies, posted
How do I turn off the admin's names being highlighted? I'm using ULX
Assuming you are using TTT, find and replace [lua] elseif ply:IsAdmin() and GetGlobalBool("ttt_highlight_admins", true) then return namecolor.admin [/lua] with [lua] elseif ply:IsAdmin() and GetGlobalBool("ttt_highlight_admins", true) then --return namecolor.admin [/lua]
[QUOTE=The Android1;41727633]Assuming you are using TTT, find and replace [lua] elseif ply:IsAdmin() and GetGlobalBool("ttt_highlight_admins", true) then return namecolor.admin [/lua] with [lua] elseif ply:IsAdmin() and GetGlobalBool("ttt_highlight_admins", true) then --return namecolor.admin [/lua][/QUOTE] There's no need for that. Why not just put "ttt_highlight_admins 0" in his server.cfg? It'd be a lot more convenient.
[QUOTE=Zaure;41728283]There's no need for that. Why not just put "ttt_highlight_admins 0" in his server.cfg? It'd be a lot more convenient.[/QUOTE] Because that doesn't work for whatever reason xD [editline]6th August 2013[/editline] [QUOTE=The Android1;41727633]Assuming you are using TTT, find and replace [lua] elseif ply:IsAdmin() and GetGlobalBool("ttt_highlight_admins", true) then return namecolor.admin [/lua] with [lua] elseif ply:IsAdmin() and GetGlobalBool("ttt_highlight_admins", true) then --return namecolor.admin [/lua][/QUOTE] Thanks
Sorry, you need to Log In to post a reply to this thread.