20.04.2014, 09:56
You need to put the kick function into a timer of let's say, 500ms - 1 second.
pawn Код:
forward KickTimer(playerid);
public KickTimer(playerid)
{
Kick(playerid);
}
SetTimerEx("KickTimer", 1000, 0, "d", p1);