[Ajuda] Erro
#2

cara eu nгo aconselho vocк a usar esse ARconnect, eu usei ele por um tempo, as vezes ele comeзa a kickar todo mundo.

@TOPIC:

pawn Код:
stock GetNumberOfPlayersOnThisIP(test_ip[])
{
    new against_ip[32+1];
    new x = 0;
    new ip_count = 0;
    for(x=0; x<MAX_PLAYERS; x++) {
        if(IsPlayerConnected(x)) {
            GetPlayerIp(x,against_ip,32);
            if(!strcmp(against_ip,test_ip)) ip_count++;
        }
    }
    return ip_count;
}
Reply


Messages In This Thread
[Ajuda] Erro - by [NVC]Eduardo - 09.03.2012, 19:08
Re: [Ajuda] Erro - by Delete_ - 09.03.2012, 20:26

Forum Jump:


Users browsing this thread: 1 Guest(s)