Message isn't being send at kick.
#2

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);
Reply


Messages In This Thread
Message isn't being send at kick. - by milanosie - 23.05.2012, 12:53
Re: Message isn't being send at kick. - by Vince - 23.05.2012, 13:07
Re: Message isn't being send at kick. - by milanosie - 23.05.2012, 13:15

Forum Jump:


Users browsing this thread: 1 Guest(s)