View Single Post
Jamo
Junior Member
Join Date: Aug 2018
Old 03-12-2020 , 12:58   Re: [CS:GO] GetClientTeam() returns incosistent numbers
Reply With Quote #7

Quote:
Originally Posted by Vaggelis View Post
I guess you check their team too early with your way
PHP Code:
#define CS_TEAM_NONE        0   /**< No team yet. */
#define CS_TEAM_SPECTATOR   1   /**< Spectators. */
#define CS_TEAM_T           2   /**< Terrorists. */
#define CS_TEAM_CT          3   /**< Counter-Terrorists. */ 
I have already implemented that in my code. I can confirm that it works because I am able to get the team scores.
Jamo is offline