08.10.2016, 14:51
So, would this timer work?
Explanation;
Calling the function Kick(..); after 5 seconds with the parameters "playerid"?
PHP код:
SetTimerEx("Kick", 5000, false, "i", playerid);
Calling the function Kick(..); after 5 seconds with the parameters "playerid"?