stock bool:is_dead_ct(id) { new CsTeams:team = cs_get_user_team(id); if(!is_user_alive(id) && team == CS_TEAM_CT) return true; return false; }