Raised This Month: $ Target: $400
 0% 

csdm joyn msg


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
tuty
Veteran Member
Join Date: Jul 2008
Location: UK
Old 01-05-2009 , 11:41   Re: csdm joyn msg
Reply With Quote #7

allready done ;)


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

#include <amxmodx>
#include <amxmisc>
#include <csdm>

#define PLUGIN "CSDM Remove Message"
#define VERSION "1.0"
#define AUTHOR "unnasigned :))"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
// Add your code here...
}
public 
csdm_CfgInit()
{
    
csdm_set_intromsg(0);    
}
public 
client_putinserver(id)
{
    
set_task(10.0"msg"id);
}
public 
msg(id)
{
    
client_print(idprint_chat"[CSDM] Acest server foloseste CS: Death-Match");
    
client_print(idprint_chat"[CSDM] Viziteaza www.bailopan.net");

__________________
tuty is offline
Send a message via ICQ to tuty Send a message via AIM to tuty
 



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 09:07.


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