View Single Post
biscuit628
Senior Member
Join Date: Jun 2007
Location: 香港HongKong
Old 07-16-2009 , 06:23   Re: Average Ping Check
Reply With Quote #7

Quote:
Originally Posted by xPaw View Post
PHP Code:
public client_putinserver(id)
{
    
joined[id] = false
    set_task
(5.0,"is_user_join",id)
}

public 
is_user_join(id)
{
    if(
is_user_connected(id))
        
joined[id] = true

->

PHP Code:
public client_putinserver(id)
{
    
joined[id] = true;
}

public 
client_disconnect(id)
{
    
joined[id] = false;

it's the delay for checking
__________________
My Plugins

C4man with fun

Sniper Skill bonus
-------------------------
Sorry for my poor English!
biscuit628 is offline