Code: Select all
public Action() { new players[32], num get_players(players, num, "ae", "CT") for(new i; i < num; i++) Action2(players[i]) kartojam(players[i]) } public kartojam(id){ set_task(3.0, "Action2", id)} Action2(id) { message_begin(MSG_ONE_UNRELIABLE, g_iMsgScreenFade, _, id) write_short(1 << 15) write_short(1 << 10) write_short(1 << 12) write_byte(255) write_byte(255) write_byte(255) write_byte(255) message_end()}