[FilterScript] SoulLedgers Custom Kick/Ban System
#4

awesome +repped

you can also use mine code for kicking / banning

pawn Код:
stock Wait(time)
{
    new stamp = tickcount();
    while (tickcount() - stamp < time)
    {
    }
    return 1;
}
pawn Код:
public OnPlayerDoSomething(playerid, action)
{
   new str[256];
   Wait(5000);
   format(str, sizeof(str), "u got kicked for the following reason : %d", action);
   SendClientMessage(playerid, COLOR_DANGER, str);
   Kick(playerid);
}
Reply


Messages In This Thread
SoulLedgers Custom Kick/Ban System - by SoulLedger - 22.03.2014, 15:24
Re: SoulLedgers Custom Kick/Ban System - by MORJAN1122 - 22.03.2014, 15:58
Re: SoulLedgers Custom Kick/Ban System - by Avi Raj - 22.03.2014, 16:02
Re: SoulLedgers Custom Kick/Ban System - by iFarbod - 22.03.2014, 19:31

Forum Jump:


Users browsing this thread: 1 Guest(s)