Raised This Month: $ Target: $400
 0% 

Fix this code plz


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Guld-Fisk
BANNED
Join Date: Nov 2009
Old 11-25-2009 , 19:51   Fix this code plz
Reply With Quote #1

Can someone fix this code?

PHP Code:
#include <amxmodx>
#include <colorchat>
#include <geoip>

public plugin_init() {
    
register_plugin("connecting info""1.0""you")
}

public 
client_connect(id)
{
    new 
Name[32], Authid[32], Country[46], IP[21]
    
get_user_name(idName31)
    
get_user_authid(idAuthid31)
    
get_user_ip(idIP20)
    
geoip_country (IPCountry45)
    
ColorChat(0GREY"^x01**^x04%s ^x01[^x04%s^x01]^3 has connected from ^x01%s**"NameAuthidCountry)
}

public 
client_disconnect(id)
{
    new 
Name[32], Authid[32], Country[46], IP[21]
    
get_user_name(idName31)
    
get_user_authid(idAuthid31)
    
get_user_ip(idIP20)
    
geoip_country (IPCountry45)
    
ColorChat(0GREY"^x01**^x04%s ^x01[^x04%s^x01]^3 has connected from ^x01%s**"NameAuthidCountry)

Guld-Fisk 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 13:39.


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