Raised This Month: $ Target: $400
 0% 

Clear Chat Text


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
shuttle_wave
Veteran Member
Join Date: Apr 2009
Location: New Zealand
Old 11-26-2010 , 20:04   Re: Clear Chat Text
Reply With Quote #8

Quote:
Originally Posted by Emp` View Post
PHP Code:
#pragma semicolon 1

#include <amxmodx>
#include <amxmisc>

// Define the Plugin Version
new const VERSION[] = "1.0";

new 
g_msgSayText;

public 
plugin_init()
{
    
register_plugin("Clear MSG Test"VERSION"Shuttle_Wave");

    
register_logevent("EventRoundStart",    2,    "1=Round_Start");
    
    
g_msgSayText get_user_msgid("SayText");
}

public 
EventRoundStart()
{
    
message_begin(MSG_BROADCASTg_msgSayText);
    
write_byte(0);
    
write_string("^n^n^n^n");
    
message_end();

doesnt seem to work ( clear msg from chat )
__________________
JailBreak Mod with Plugin API ( 90% ) Public
shuttle_wave 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 11:14.


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