23.06.2014, 23:47
Anywhere on your script put this.
If you've read the wiki it would have been easier for you by the way. (:
pawn Код:
forward DelayedKick(playerid);
forward DelayedBan(playerid);
public DelayedKick(playerid)
{
Kick(playerid);
}
public DelayedBan(playerid)
{
Ban(playerid);
}