stock InTeam(id) { switch(cs_get_user_team(id)) { case CS_TEAM_T: { return 1 } case CS_TEAM_CT: { return 2 } } return 0 }