Thread: A few errors.
View Single Post
Halt
Senior Member
Join Date: Jan 2015
Location: Black Mesa
Old 10-20-2017 , 13:21   Re: A few errors.
Reply With Quote #10

Quote:
Originally Posted by Timocop View Post
Not sure what the point of bIsPlayerAlive is but seems like you're respawning already alive clients. (Which doesnt work?)

Shouldnt it be:
Code:
PlayerTeam[IGC] == TFTeam_Blue && !bIsPlayerAlive[IGC]
to get dead clients for respawn?
No this is to select a zombie, the player must be alive IOT be selected by this block. I dont want dead players being selected.



Thanks man, appreciate pointing out the errors.

Last edited by Halt; 10-20-2017 at 13:23.
Halt is offline