CMsgPacker Msg(NETMSG_REDIRECT, true); Msg.AddInt(Port); Server()->SendMsg(&Msg, MSGFLAG_VITAL | MSGFLAG_FLUSH, ClientID); str_format(aBuf, sizeof(aBuf), "redirected to port %d", Port); Server()->Kick(ClientID, aBuf);