[Ajuda] Divulgaзгo que derruba
#1

Quando alguйm divulga algum IP no server, o server cai, nгo sei o que pode ser.

pawn Код:
if(TentouDivulgar(text))
    {
        if(cdivulgar[playerid] >= 4)
        {
            SendClientMessage(playerid, COLOR_LIGHTBLUE,"Aqui vocк nгo pode anunciar servidores!");
            SendClientMessage(playerid, COLOR_LIGHTBLUE,"Seu servidor й uma merda, nгo divulgue-o aqui!");
            SendClientMessage(playerid, COLOR_LIGHTBLUE,"Seu noob peguei esse IP e vou divulgar nesse server tambйm, uaheuhaeuhaeahe!");
            PlayerPlaySound(playerid, 1133, 0.0, 0.0, 0.0);
            Kick(playerid);
        }
        format(string, 128, "AdmAviso: [%d]%s tentou divulgar: %s.",playerid,PlayerName(playerid),text);
        ABroadCast(COLOR_YELLOW,string,1);
        DivulgouLog(string);
        cdivulgar[playerid] += 1;
        return 0;
    }
Reply
#2

Poste a public "DivulgouLog"
Reply
#3

Quote:
Originally Posted by Kmatsu
Посмотреть сообщение
Poste a public "DivulgouLog"
pawn Код:
stock DivulgouLog(string[])
{
    new entry[128];
    format(entry, sizeof(entry), "%s\n",string);
    new File:hFile;
    hFile = fopen("Logs/Divulgou.log", io_append);
    fwrite(hFile, entry);
    fclose(hFile);
}
Reply
#4

Provavelmente nгo existe a pasta "Logs" dentro da scriptfiles.
Crie ela e veja se ocorre novamente do servidor desligar.
Reply
#5

Quote:
Originally Posted by Nickvj7
Посмотреть сообщение
Provavelmente nгo existe a pasta "Logs" dentro da scriptfiles.
Crie ela e veja se ocorre novamente do servidor desligar.
Era isso mesmo! Muito obrigado. rep+
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)