16.03.2013, 03:59
Replace this line:
with this:
Remember that the interval for SetTimerEx is in milliseconds, thus 1000 is equal to 1 second.
pawn Код:
SetTimerEx("KickPlayer", 1, false, "i", playerid);
pawn Код:
SetTimerEx("KickPlayer", 1000, false, "i", playerid); // Kicks player after one second