Quote:
Originally Posted by RateX
Couldn't see the whole code through my phone, but try:
PHP Code:
CsTeams:cs_get_user_team
PHP Code:
_:cs_get_user_team
And remove CsTeams from your var
|
still tag mismatch
u mean:
Code:
stock GetTeamColor( CsTeams:iTeam )
Code:
stock GetTeamColor( iTeam )
it make more tag mismatch
can u explain?
and i tried:
Quote:
stock GetTeamColor( CsTeams:cs_get_user_team )
{
switch ( cs_get_user_team )
{
case CS_TEAM_CT: return BLUE;
case CS_TEAM_T: return RED;
case CS_TEAM_SPECTATOR: return GREY;
}
return GREEN;
}
|
still tag mismatch