[ajuda] This Server is Full.
#6

Quote:
Originally Posted by BlueX
Посмотреть сообщение
pawn Код:
if(!strcmp(cmdtext, "/kick-bots", true))
{
    if(!IsPlayerAdmin(playerid)) return false;

    for(new i = 0; i != MAX_PLAYERS; i++)
    {
        if(!IsPlayerConnected(i) || GetPlayerPing(i)) continue;
        Kick(i);
    }
    return SendClientMessageToAll(0xFFFFFFFF, "Todos jogadores com ping 0 kickados"), true;
}

// By Bruno da Silva
// http://www.ips-team.blogspot.com
Perguntei ao nosso amigo ****** e ele me achou este code do DrakiNs c:

Espero ter ajudado.
Não iria adiantar, ele não consegue logar . . .
Reply


Messages In This Thread
[ajuda] This Server is Full. - by Cristhian - 29.10.2011, 23:52
Re: [ajuda] This Server is Full. - by Macintosh - 29.10.2011, 23:55
Re: [ajuda] This Server is Full. - by steki. - 29.10.2011, 23:56
Re: [ajuda] This Server is Full. - by RebeloX - 30.10.2011, 00:00
Re: [ajuda] This Server is Full. - by Shadoww5 - 30.10.2011, 00:43
Re: [ajuda] This Server is Full. - by CristoferBahr - 30.10.2011, 00:43
Re: [ajuda] This Server is Full. - by CyNiC - 30.10.2011, 01:04
Re: [ajuda] This Server is Full. - by Macintosh - 30.10.2011, 02:23
Re: [ajuda] This Server is Full. - by Cristhian - 30.10.2011, 14:06
Re: [ajuda] This Server is Full. - by Ricop522 - 30.10.2011, 14:32

Forum Jump:


Users browsing this thread: 1 Guest(s)