Thread: No chat plugin
View Single Post
dj_freeze
Veteran Member
Join Date: Dec 2009
Location: Looking for you!
Old 12-16-2010 , 14:48   Re: No chat plugin
Reply With Quote #5

I didn't understand what to change :S
Like this?

PHP Code:
#include <amxmodx>
//#include <amxmisc>
#include <csx>
 
public plugin_init()
{
        
register_clcmd("say""Say");
        
register_clcmd("say_team""Say");
}
 
public 
Say(id)
{
        if (
get_user_flags(id) & ~ADMIN_USER)
                return 
PLUGIN_CONTINUE;
 
        new 
stats[8];
 
        return 
get_user_stats(idstatsstats) <= PLUGIN_CONTINUE PLUGIN_HANDLED;


Chat plugins like what?
Only this chat plugins rugging.
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
imessage.amxx ; displays information messages

Last edited by dj_freeze; 12-16-2010 at 14:51.
dj_freeze is offline
Send a message via Skype™ to dj_freeze