Quote:
Originally Posted by SickAttack
Make a timer:
pawn Код:
stock KickPlayer(playerid) return SetTimerEx("KickPlayerEx", 100, false, "i", playerid);
function KickPlayerEx(playerid) return Kick(playerid);
And replace "Kick(...);" with "KickPlayer(...);".
|
I don't really know how to do that, can you add it to the current code that I gave please?