public round_end(id){ if(!is_user_alive(id)) return PLUGIN_HANDLED; First[id] = false; return PLUGIN_HANDLED;}