public check() { iTr = 0 for (new at = 1; at <= 32; at++) { if (is_user_alive(at) && get_user_team(at) == 1) { iTr++ } } if (iTr == 0) { for (new at = 1; at <= 32; at++) if (is_user_alive(at)) { user_kill(at) client_print( at, print_center, "沒有Tr" ) } } }