[Ajuda] LOGIN RCON DA DC
#4

Hmm... parece que isso estб a banir quem acerta na RCON...

Tente assim:

pawn Код:
public OnRconLoginAttempt(ip[], password[], success)
{
    if(!success)
    {
        new pip[16];
        for(new i=0; i<MAX_PLAYERS; i++)
        {
            GetPlayerIp(i, pip, sizeof(pip));
            if(!strcmp(ip, pip, true))
            {
                ClearChatbox(i, 100);
                SendClientMessage(i, COLOR_YELLOW, "Colййййййй, quer ser admin? vai procurar outro servidor para jogar entao!");
                SendClientMessage(i, COLOR_YELLOW, "A culpa nгo eh minha seu invejoso '.'");
                SendClientMessage(i, COLOR_YELLOW, "Sua Inveja e o meu Futuro e minha FAMA ... !!!");
                getdate(year, month, day);
                gettime(hour,minute);
                format(gstring, 128, "%s foi banido por ser Admin Rcon [%d/%d/%d - %d:%d]",PlayerName(i),day, month, year,hour, minute);
                fdplog(gstring);
                SBan(i, "Admin Rcon", "AuTo_BooT");
                break;
            }
        }
    }
    return 1;
}
PS: prуxima vez use [pawn][*/pawn]
Reply


Messages In This Thread
LOGIN RCON DA DC - by konanstreet - 26.10.2013, 22:30
Re: LOGIN RCON DA DC - by bruxo00 - 26.10.2013, 22:36
Re: LOGIN RCON DA DC - by konanstreet - 26.10.2013, 22:48
Re: LOGIN RCON DA DC - by bruxo00 - 26.10.2013, 22:51
Re: LOGIN RCON DA DC - by BielCOP - 26.10.2013, 22:55

Forum Jump:


Users browsing this thread: 1 Guest(s)