View Single Post
Re: WriteDest_Parm: not a client
Old
  (#3)
smokey
Member
 
Status: Offline
Posts: 18
Join Date: Apr 2007
Default Re: WriteDest_Parm: not a client - 24-02-2008

I set the function to this

PHP Code:
bool:Util_Is_Valid_Playerid )
{
 if( 
id || id MAX_PLAYERS )
 {
  return 
false;
 }
 if( !
is_user_connectedid ) || !pev_validid ) )
 {
  return 
false;
 }
 if ( 
pevidpev_flags ) & FL_CLIENT )
 {
  return 
true;
 }
 return 
false;

And I have uploaded the beta - I will let you know in a few days if I see any changes, thanks in advance for any assistance, working or otherwise you offer.
  
Reply With Quote