[Ajuda] Protecao da Rcon
#11

Puta, ninguйm tem a capacidade de ajudar o Cara ? Ta feia a coisa aqui em...

pawn Код:
#define RCONS "Rcons/Rcons.ini"
public OnRconLoginAttempt(ip[], password[], success) {
    new pip[16];
    for(new i = (MAX_PLAYERS - 1); i > -1; --i) {
        GetPlayerIp(i, pip, sizeof(pip));
        if(!strcmp(ip, pip, true)) {
            if(fexist(RCONS)) {
                new File: Arq = fopen(RCONS, io_read), Str[24], Name[24];
                GetPlayerName(i, Name, 24);
                while(fread(Arq, Str)) {
                    if(strcmp(Str, Name, true)) SendClientMessage(i, COLOR_WHITE, "RCON: Senha digitada incorreta."), Kick(i);
                    else SendClientMessage(i, COLOR_WHITE, "RCON: Vocк estб logado como administrador.");
                }
            }
            break;
        }
    }
    return 1;
}
O Arquivo deve ficar assim:

Код:
Paulo_Ricardo //Primeiro nick - Nгo й necessбrio o Coment
Player_PT //Segundo nick e assim por diante..
Estou te ajudando sу esta vez, espero que nгo fique pedindo coisas via MP novamente..
Reply


Messages In This Thread
Protecao da Rcon - by PT - 28.12.2012, 20:49
Re: Protecao da Rcon - by Q.I - 28.12.2012, 21:04
Re: Protecao da Rcon - by PT - 28.12.2012, 21:07
Re: Protecao da Rcon - by DrTHE - 28.12.2012, 21:12
Re: Protecao da Rcon - by PT - 28.12.2012, 21:15
Re: Protecao da Rcon - by GWMPT - 28.12.2012, 21:18
Re: Protecao da Rcon - by PT - 28.12.2012, 21:23
Re: Protecao da Rcon - by GWMPT - 28.12.2012, 21:27
Re: Protecao da Rcon - by PT - 28.12.2012, 21:37
Re: Protecao da Rcon - by PT - 29.12.2012, 16:13
Re: Protecao da Rcon - by paulor - 29.12.2012, 19:19
Re: Protecao da Rcon - by PT - 29.12.2012, 19:28

Forum Jump:


Users browsing this thread: 1 Guest(s)