Quote:
Originally Posted by taheri6
what about something simple like this:
Code:
public Is_Valid_User( id )
{
if( is_user_connected( id ) && ( pev( id, pev_flags ) & FL_CLIENT ) )
return true;
return false;
}
And then just call that each time instead?
|
Thank you for this post,it helped me in fixing my Black Ops mod which I am making for my server