View Single Post
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 05-12-2019 , 11:01   Re: Execute Command Once every spawn
Reply With Quote #4

??

PHP Code:
    if(IsClientInGame(iClient) && IsPlayerAlive(iClient) && TFTeam_Red)

>>>

PHP Code:
    if(IsClientInGame(iClient) && IsPlayerAlive(iClient) && GetClientTeam(iClient) == TFTeam_Red)



Also to help others how did you fix?
__________________
Silvers is offline