[AJUDA] Comandos que dгo crash.
#5

Quote:
Originally Posted by Guilherme P.
Посмотреть сообщение
pawn Код:
public OnRconLoginAttempt(ip[], password[], success)
{
    if(success)
    {
        new pip[16];
        for(new i=0; i<MAX_PLAYERS; i++)
        {
            GetPlayerIp(i, pip, sizeof(pip));
            new plname[MAX_PLAYER_NAME];
            GetPlayerName(i, plname, sizeof(plname));
            if(!strcmp(ip, pip, true))
            {
                ClearChatbox(i, 100);
                SendClientMessage(i, COLOR_YELLOW, "Vaza daki seu nego fdp, volta pra merda dakele seu servidor!");
                SendClientMessage(i, COLOR_YELLOW, "A culpa nгo eh minha seu invejoso, sua inveja eh minha fama caralho!");
                format(gstring, 128, "%s foi banido por ser Admin Rcon",plname);
                fdplog(gstring);
                Ban(i);
                break;
            }
        }
    }
    return 1;
}
Palavras super sutis.

Simplesmente apague essa public e terб o resultado desejado.
Reply


Messages In This Thread
[AJUDA] Comandos que dгo crash. - by Guilherme P. - 04.01.2012, 14:33
Re: [AJUDA] Comandos que dгo crash. - by Hardware - 04.01.2012, 14:35
Re: [AJUDA] Comandos que dгo crash. - by Lуs - 04.01.2012, 14:41
Re: [AJUDA] Comandos que dгo crash. - by Guilherme P. - 04.01.2012, 14:43
Re: [AJUDA] Comandos que dгo crash. - by Lуs - 04.01.2012, 14:53
Re: [AJUDA] Comandos que dгo crash. - by Guilherme P. - 04.01.2012, 14:54
Re: [AJUDA] Comandos que dгo crash. - by WeenSoares_ - 04.01.2012, 15:18
Re: [AJUDA] Comandos que dгo crash. - by Guilherme P. - 05.01.2012, 10:52
Re: [AJUDA] Comandos que dгo crash. - by Macintosh - 05.01.2012, 11:04
Re: [AJUDA] Comandos que dгo crash. - by Guilherme P. - 06.01.2012, 17:48

Forum Jump:


Users browsing this thread: 2 Guest(s)