Raised This Month: $ Target: $400
 0% 

Name Changer Notify Help


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
GoGoGo
Senior Member
Join Date: Apr 2008
Old 01-17-2009 , 06:27   Re: Name Changer Notify Help
Reply With Quote #4

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define msc "misc/noob.wav"

#define PLUGIN "Name Change Detector"
#define VERSION "1.0"
#define AUTHOR "Akhil"

public plugin_init()
{
    
register_plugin(PLUGINVERSIONAUTHOR);

}

public  
client_infochanged id 
{
    if(
get_user_flagsid ) == ADMIN_ALL)
    return 
PLUGIN_HANDLED

    new 
name[32]
    
get_user_name (idname31)
    
set_hudmessage(255127420.5, -1.006.07.0);
    
show_hudmessage(0"%s has changed the name And he's a Big Noob"namename); // what a stupid plugin : ( 
    
client_print(id,print_chat,"%s YOU WEAK PATHETIC FOOL!!!!!",name)
    
    
//read about hud's channels if you don't want to print @UP message to player :)
    
    
client_cmd(id,"spk %s"msc)
    
    return 
PLUGIN_HANDLED;
}
public 
plugin_precache()
{
    
precache_soundmsc )    

And don't bump topics (!)
__________________
Aaaaaa!
GoGoGo 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 01:54.


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