View Single Post
Mitchell
~lick~
Join Date: Mar 2010
Old 08-15-2019 , 15:42   Re: [TF2] Client is not in game bug
Reply With Quote #22

Quote:
Originally Posted by Whai View Post
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
Imagine the pain of developing a program if conditional's boolean checks were asynchronous.
Mitchell is offline