View Single Post
Mankled
Senior Member
Join Date: Oct 2019
Old 12-13-2020 , 13:58   Re: problem with fm_cs_get_user_team
Reply With Quote #4

Quote:
Originally Posted by fysiks View Post
Use cs_get_user_team()?
I changed all fm_cs_get_user_team to cs_get_user_team and now im getting 43 stupid warning that i dont know what to do !

look at error here, some of them:

Code:
team = cs_get_user_team(id)

if (team == CS_TEAM_SPECTATOR || team == CS_TEAM_UNASSIGNED)

ewrite_string(CS_TEAM_NAMES[cs_get_user_team(ID_TEAM)]) // team

write_short(cs_get_user_team(victim)) // team
Mankled is offline