[Ajuda] Server closed connection
#5

Quote:
Originally Posted by Stronda xD
Посмотреть сообщение
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;
}
Testei esse code em meu GM e deu tudo certo. Eu acho que nгo й isso aн nгo. Deve estar faltando arquivos na scriptfiles mesmo.
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)