(SetTimerEx) Ban & Kick Not Working Correctly
#9

Anywhere on your script put this.

pawn Код:
forward DelayedKick(playerid);
forward DelayedBan(playerid);
public DelayedKick(playerid)
{
Kick(playerid);
}
public DelayedBan(playerid)
{
Ban(playerid);
}
If you've read the wiki it would have been easier for you by the way. (:
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)