View Single Post
master4life
Senior Member
Join Date: Mar 2006
Location: Germany
Old 12-11-2009 , 06:40   Re: Remove Radio chat messages
Reply With Quote #3

Test this:
PHP Code:
#include < amxmodx >

public plugin_init( ) {
    
register_plugin"Test""0.1""AMXX" );
    
    
register_messageget_user_msgid"TextMsg" ), "MsgTextMsg" );
}

public 
MsgTextMsg( ) {
    new 
szMsg32 ]; get_msg_arg_string3szMsg31 );
    
    if( 
equalszMsg"#Game_radio" ) )
        return 
PLUGIN_HANDLED;
    
    return 
PLUGIN_CONTINUE;

__________________


[img]http://img714.**************/img714/8612/33726.png[/img]
master4life is offline
Send a message via ICQ to master4life Send a message via MSN to master4life Send a message via Skype™ to master4life