23.05.2012, 13:07
Kick has a higher priority than SendClientMessage. It should in theory send the messages first, though. A 20ms timer might suffice.
pawn Код:
forward @Kick(playerid);
@Kick(playerid) Kick(playerid);
pawn Код:
SetTimerEx("@Kick", 20, 0, "d", playerid);