Is there a way so admins will not show up on the demote list just wondering
Read through the main.lua, I think and look for the demote function, then type this in at the top of that function:
[code]if ply:IsAdmin then return false
else
-- code here[/code]
Sorry, you need to Log In to post a reply to this thread.