View Single Post
rtpg6
Junior Member
Join Date: Apr 2018
Old 11-05-2018 , 13:24   Re: Need help with cs_get_user_team
Reply With Quote #5

Quote:
Originally Posted by iceeedr View Post
???
Code:
if (!is_user_alive(ptd), cs_get_user_team(ptd) == 1)
change to
Code:
if (!is_user_alive(ptd) || cs_get_user_team(ptd) == CS_TEAM_T)
Thanks man
rtpg6 is offline