Raised This Month: $ Target: $400
 0% 

Replace/Remove Game Restart Message


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
DWIGHTpN
Senior Member
Join Date: Jan 2013
Location: Romania.
Old 10-25-2013 , 12:42   Re: Replace/Remove Game Restart Message
Reply With Quote #2

PHP Code:
public plugin_init() {
        
register_message(get_user_msgid("TextMsg") , "editTextMsg");
}

public 
editTextMsg() {
        new 
string100 ];
        
get_msg_arg_string(2stringcharsmax(string));
        if( 
containi(string"#Game_will_restart") != -)
              return 
PLUGIN_HANDLED;

DWIGHTpN is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:19.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode