[Ajuda] Server closed connection
#4

Quote:
Originally Posted by DannielCooper
Посмотреть сообщение
Vocк usa algum sistema de mбximo de Ping? Porque algumas pessoas usam e alguns sгo bugados.
sim, sistema:

pawn Код:
#define pingmaximo 1500
public kickping(playerid)
{
    new nome[MAX_PLAYER_NAME];
    new string[128];
    new ping = GetPlayerPing(playerid);
    GetPlayerName(playerid,nome,sizeof(nome));
    if(ping >= pingmaximo)
    {
        format(string,sizeof(string),"AdmCmd: %s[ID %d] estб com o Ping muito alto ( %d / %d )",nome, playerid,ping,pingmaximo);
        ABroadCast(COLOR_YELLOW2,string,1);
    }
    return 1;
}
Quote:
Originally Posted by SkullGamer
Посмотреть сообщение
Faltando arquivo na scriptfiles ? Se for ftp, verifique se os arquivos estгo com a permissгo 777 .
Nгo, de inнcio atй achei que poderia ser, mais tem tudo, e Nгo й FTP, na samphost й um painel especial.
Reply


Messages In This Thread
Server closed connection - by Stronda xD - 22.06.2013, 18:08
Re: Server closed connection - by DannielCooper - 22.06.2013, 18:11
Re: Server closed connection - by SkullFire - 22.06.2013, 18:12
Re: Server closed connection - by Stronda xD - 22.06.2013, 18:13
Re: Server closed connection - by DannielCooper - 22.06.2013, 18:25
Re: Server closed connection - by Stronda xD - 22.06.2013, 18:31
Re: Server closed connection - by Caio_Freeze - 22.06.2013, 18:42

Forum Jump:


Users browsing this thread: 2 Guest(s)