Raised This Month: $ Target: $400
 0% 

client_putinserver don't called


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Armyw0w
New Member
Join Date: May 2013
Old 05-07-2013 , 10:29   client_putinserver don't called
Reply With Quote #1

Hi i have:

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)
{
    
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");

Why the callback client_putinserver are don't called ?
I haven't a no-one in console and chat.
Armyw0w is offline
 


Thread Tools
Display Modes

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