Kick all command?
#1

How so i make a function that kicks all players?
Reply
#2

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


Forum Jump:


Users browsing this thread: 1 Guest(s)