View Single Post
Nextra
Veteran Member
Join Date: Apr 2008
Location: Germany
Old 04-12-2009 , 15:54   Re: Knife Fight
Reply With Quote #10

Quote:
Originally Posted by alan_el_more View Post
thanks to all

@ Nextra
How do I do that?
PHP Code:
new bool:g_IsBot[33], g_IsConnected[33]

//...

public client_putinserverid )
{
    
g_IsConnected[id] = true;

    if( 
is_user_botid ) )
        
g_IsBot[id] = true;
}

public 
client_disconnectid )
    
g_IsBot[id] = g_IsConnected[id] = false
Then replace every is_user_connected and is_user_bot (this can be a biggy as you use both of these in an entity touch hook).
__________________
In Flames we trust!
Nextra is offline