[AJUDA] Server FULL (BOTS~INVISIVEIS)
#1

Quando eu entro no meu servidor aparece "Server FULL" sendo que o servidor nгo estб cheio.. Consertea sгo Bots invisiveis. Alguem pode me ajudar. Estou desesperado. Se tiver alguma dica ou fs contra eu agradeзo! Me dem um HELP ( ;
Reply
#2

pawn Код:
new mIP[16], lIP[16], Nome[MAX_PLAYER_NAME], string[85];
GetPlayerIp(playerid, mIP, sizeof(mIp));
for(new i = 0; i <= GetMaxPlayers(); i++)
{
    GetPlayerIp(i, lIP, sizeof(lIP));
}
if(strcmp(mIP, lIP, true))
{
    GetPlayerName(playerid, Nome, sizeof(Nome));
    format(string, sizeof(string), "%s[%i] foi kickado por haver outro ip igual o dele no server", Nome, playerid);
    SendClientMessage(playerid, -1, string);
    Kick(playerid);
    return 1;
}
Reply
#3

Quote:
Originally Posted by Macintosh
Посмотреть сообщение
pawn Код:
new mIP[16], lIP[16], Nome[MAX_PLAYER_NAME], string[85];
GetPlayerIp(playerid, mIP, sizeof(mIp));
for(new i = 0; i <= GetMaxPlayers(); i++)
{
    GetPlayerIp(i, lIP, sizeof(lIP));
}
if(strcmp(mIP, lIP, true))
{
    GetPlayerName(playerid, Nome, sizeof(Nome));
    format(string, sizeof(string), "%s[%i] foi kickado por haver outro ip igual o dele no server", Nome, playerid);
    SendClientMessage(playerid, -1, string);
    Kick(playerid);
    return 1;
}
Se ele colocar esse cуdigo no servidor e eu e meu irmгo jogassemos lб, um de nуs seria chutado.
Reply
#4

Cara nгo tem como kickar nem banir esses jogadores invisiveis, vocк precisa contatar o seu Host.
Reply
#5

Quote:
Originally Posted by CyNiC
Посмотреть сообщение
Se ele colocar esse cуdigo no servidor e eu e meu irmгo jogassemos lб, um de nуs seria chutado.
Sim mais pra isso arrumariamos um jeito rs.

pawn Код:
new mIP[16], lIP[16], Nome[MAX_PLAYER_NAME], string[85];
GetPlayerIp(playerid, mIP, sizeof(mIp));
GetPlayerName(playerid, Nome, sizeof(Nome));
for(new i = 0; i <= GetMaxPlayers(); i++)
{
    GetPlayerIp(i, lIP, sizeof(lIP));
}
if(strcmp(mIP, lIP, true) && !strcmp(Nome, "Macintosh", true))
{
    format(string, sizeof(string), "%s[%i] foi kickado por haver outro ip igual o dele no server", Nome, playerid);
    SendClientMessage(playerid, -1, string);
    Kick(playerid);
    return 1;
}
Reply
#6

Kick(playerid) e Ban(playerid) nгo adiantam.
Reply
#7

Apenas despeje todos os jogadores com o ping 0 eu acho.
Reply
#8

Vc adicionou Bots no Server?
Reply
#9

A Forte Brasil Games , o host consegue deter , esses problemas ,
caso vocк hospede lб , abra um Ticket , pedindo , que eles poe .
Reply
#10

Que saco, eu vivo falando que й sу atualizar a versгo do SA-MP pra 0.3c R2 ou superior.

Sу que sempre que eu falo isso, o admin vem e deleta meu tуpico.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)