View Single Post
Whai
Senior Member
Join Date: Jul 2018
Old 08-14-2019 , 03:45   Re: [TF2] Client is not in game bug
Reply With Quote #6

You have to do that :
PHP Code:
if ( iClient )
   if ( !
IsPlayerAliveiClient ) )
      
TF2_RespawnPlayeriClient ); 
Because your code checks the client index is not equal to 0 BUT also checks at the SAME TIME if the player is alive
__________________

Last edited by Whai; 08-14-2019 at 03:46.
Whai is offline