/kick for certain time.
#2

Use timer

Code:
SetTimerEx("KickTimer", 1000, false, "is", id, reason);
Code:
forward KickTimer(playerid, reason[]);
public KickTimer(playerid, reason[])
{
    Kick(playerid);
    SendCLientMessageToAll(BLUE, reason);
    return 1;
}
also you can format message in timer and show time
Reply


Messages In This Thread
/kick for certain time. - by MacGyverr - 19.01.2019, 12:04
Re: /kick for certain time. - by Heress - 19.01.2019, 12:34
Re: /kick for certain time. - by Chyakka - 19.01.2019, 12:47
Re: /kick for certain time. - by Bolex_ - 19.01.2019, 12:50

Forum Jump:


Users browsing this thread: 1 Guest(s)