Raised This Month: $ Target: $400
 0% 

Clear Chat Text


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Emp`
AMX Mod X Plugin Approver
Join Date: Aug 2005
Location: Decapod 10
Old 11-26-2010 , 19:52   Re: Clear Chat Text
Reply With Quote #7

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();

Emp` is offline
Send a message via AIM to Emp` Send a message via MSN to Emp` Send a message via Yahoo to Emp` Send a message via Skype™ to Emp`
 



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