[Ajuda] Registro
#2

pawn Код:
DOF2_CreateFile(file, inputtext);
pawn Код:
if(dialogid == DIALOG_LOGAR)
{
    format(file, sizeof(file), "Contas/%s.ini", NomePlayer(playerid));
    if(!response)return Kick(playerid);
    if(DOF2_CheckLogin(file, inputtext))
    {
        PlayerInfo[playerid][Logado] = false; // Acho que aqui й true, jб que ele logou..
        Carregar(playerid);
    }
    else
    {
        PlayerInfo[playerid][pTentativa]++;
        ShowPlayerDialog(playerid, DIALOG_LOGAR, DIALOG_STYLE_PASSWORD, "Logar", "Voce errou a senha! Coloque a correta agora:", "Confirma", "Cancelar");
        if(PlayerInfo[playerid][pTentativa] == 3)
        {
            Kick(playerid);
        }
    }
}
Reply


Messages In This Thread
Registro - by Don_Speed - 06.11.2012, 14:32
Re: Registro - by Rodney Francalim - 06.11.2012, 14:37
Re: Registro - by Don_Speed - 06.11.2012, 14:44
Re: Registro - by Rodney Francalim - 06.11.2012, 14:48
Re: Registro - by ViniBorn - 06.11.2012, 14:54
Re: Registro - by Don_Speed - 06.11.2012, 21:09

Forum Jump:


Users browsing this thread: 3 Guest(s)