View Single Post
ESPADONGAMING
Senior Member
Join Date: Mar 2011
Location: In the Game [ro]
Old 05-08-2012 , 16:06   Re: Pleas helps [Welcome plugin]
Reply With Quote #3

plugin is here

PHP Code:
#include < amxmodx >
#include < amxmisc >
#include < csx >
#include < csstats >

public plugin_init( )
{
    
register_plugin"Connect Info Hud""0.1""x // www.HighCS.ro" )
}

public 
client_putinserverid )
{
    if( 
is_user_botid ) ) return

        
set_task10.0"go_info"id )
}

public 
go_info(id)
{
        new 
stats], body], hostname64 ], name32 ]

        new 
rank_pos get_user_statsidstatsbody )
        new 
rank_max get_statsnum( )

        
get_cvar_string"hostname"hostname63 )
        
get_user_nameidname31 )

        
set_hudmessage025500.100.24random_num0), 6.08.0 )
        
show_hudmessageid"Welcome, %s^nWe hope you enjoy you stay here!^n^n%s^n^nYour rank is %d from %d"namehostnamerank_posrank_max )

__________________
Skype: cristi.c94
SteamID: cristic_1994
ESPADONGAMING is offline
Send a message via MSN to ESPADONGAMING Send a message via Yahoo to ESPADONGAMING Send a message via Skype™ to ESPADONGAMING