12.05.2009, 17:42
You get this problem with other kick scripts, I guess you might say the kick is too quick for the sendclient message.. Try is using SetTimerEx..
pawn Код:
SetTimerEx("kick", 1000, 0, "d", playerid);

