Kick all command?
#2

pawn Код:
stock KickAll()
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i)) Kick(i);
    }
    return 1;
}
Reply


Messages In This Thread
Kick all command? - by Rokzlive - 16.12.2010, 23:37
Re: Kick all command? - by admantis - 16.12.2010, 23:42

Forum Jump:


Users browsing this thread: 1 Guest(s)