Quote Originally Posted by IzNoGoD View Post
Just check the string returned in callback_playercommand when you try to kick someone.

It should include the name of said player

Keep in mind thought that it strips the colors from said person's name, and you should have a duplication-prevention system to block duplicate names to apply this. Set up your admin with a custom variable that gets checked, and dont call clientcommand() if the users try to kick an admin.
Try this instead.