Raised This Month: $ Target: $400
 0% 

client_putinserver don't called


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
zi443r
Senior Member
Join Date: Mar 2009
Location: Braila,Romania
Old 05-09-2013 , 05:20   Re: client_putinserver don't called
Reply With Quote #8

i think it is something like this
PHP Code:
#include <amxmodx> 
#include <colorchat> 

#define PLUGIN "ARMY_ENGINE" 
#define VERSION "1.0" 
#define AUTHOR "PAWN++ Team" 


public plugin_init() { 
    
register_plugin PLUGINVERSIONAUTHOR ); 


public 
client_putinserver(id)
{
    
set_task(0.1,"welcome",id)
}



public 
welcome(id

    
console_print(id"[DEBUG]: Debug start"); 
    new 
szHostname 128 ]; 
    
get_cvar_string "hostname" szHostname charsmax szHostname ) ); 
    
ColorChat idGREEN"^x03SERVER:^x01 Bun venit pe ^x03%s^x01."szHostname ); 
    
console_print(id"[DEBUG]: Debug end"); 

__________________
zi443r 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 10:53.


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