29.03.2014, 14:32
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
?
alguem tem ai
?
alguem tem ai
?
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;
}