Thread: No chat plugin
View Single Post
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 12-16-2010 , 14:45   Re: No chat plugin
Reply With Quote #4

Quote:
Originally Posted by dj_freeze View Post
Sorry man.. Tested on my server but it doesn't work.. Players still can write in chat.
Make sure you don't have any other chat plugins running.

EDIT:

Checking get_user_flags() doesn't check if player is an admin because non-admins have flags too.

Code:
stock is_user_admin(id) {     return ((get_user_flags(id) & ~ADMIN_USER) > 0); }

So change it to:

Code:
if (get_user_flags(id) & ~ADMIN_USER)
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline