public Player_Spawn(id) { if( !is_user_alive(id) && cs_get_user_team(id) == CS_TEAM_T) { FirstSpawn[id] = true return } //......