SA-MP Forums Archive
[Pedido] Ant Bot sem Bugs - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Pedido] Ant Bot sem Bugs (/showthread.php?tid=503425)



Ant Bot sem Bugs - ksguinet - 29.03.2014

Gente alguem tem um ant bot que й livre de bugs e й bem funcional ?, eu pegava os da internet por ai e vinha com o bug de banir os player sem hack alguem tem ai ?


Re: Ant Bot sem Bugs - Adejair - 29.03.2014

https://sampforum.blast.hk/showthread.php?pid=2011650#pid2011650


Re: Ant Bot sem Bugs - mitsumyy - 29.03.2014

Procura o JunkBusrer й muito bom e penso eu que foi considerado o melhor parб a versгo 0.3x do samp procura ele.

PS: ele tambйm й bom na organizaзгo pois tem uma pasta mas Script Files que guarda todos os bans palavras insultuosas ...


Re: Ant Bot sem Bugs - DannielCooper - 29.03.2014

pawn Код:
stock PlayersIp(ip[]){

    new ip2[32];
    new x = 0, contador = 0, fdps;
    for(x = 0; x <MAX_PLAYERS; x++){
        if(IsPlayerConnected(x)){
            contador ++;
            GetPlayerIp(x, ip2, 32);
            if(!strcmp(ip2, ip)) contador ++;
        }
    }
    if(contador >= 3){
        Kick(fdps);
    }
    return contador;
}