SA-MP Forums Archive
[Ajuda] Salvamento - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Salvamento (/showthread.php?tid=480030)



Salvamento - JoaoMonteiro452 - 08.12.2013

Boa tarde forum SAMP!

Podem me ajudar a salvar este sistema ? nгo intendo muito com dof2, ainda por cima com rpg

pawn Код:
if(dialogid == DIALOG_SEGURANCA)
    {
        if(response)
        {
            if(!strlen(inputtext)) return ShowPlayerDialog(playerid, DIALOG_SEGURANCA, DIALOG_STYLE_INPUT,"[NomeSv] - Pergunta de Seguranзa","Por favor responda a pergunta:\nQual o nome completo da sua mгe?","Pronto","");
            DOF2_SetString(ContaPlayer(playerid),"Pergunta de Seguranзa", inputtext);
            DOF2_SaveFile();
            new string[90];
            format(string, sizeof(string),"Vocк respondeu: %s.", inputtext);
            SendClientMessage(playerid,-1, string);
            ShowPlayerDialog(playerid, DIALOG_NASCIMENTO, DIALOG_STYLE_INPUT,"{FF0000}# {FFFFFF}Nascimento","Qual sua data de nascimento ?\nEx: 16/12/1995","Ok","");
            return 1;
        }
        else if(!response)
        {
            new text[] = "Responda a pergunta a seguir para que vocк possa recuperar sua conta caso um dia esqueзa a senha.\nPergunta: Qual o nome completo da sua mгe?";
            ShowPlayerDialog(playerid, DIALOG_SEGURANCA, DIALOG_STYLE_INPUT,"[NomeSv] - Pergunta de Seguranзa", text, "Pronto","");
            return 1;
        }
        return 1;
    }



Re: Salvamento - Kuddy - 08.12.2013

Mude "Pergunta de Seguranзa" por palavras chave ao invйs de uma descriзгo completa, como apenas "pergunta". Se esse nгo for o problema, o problema estб na hora de carregar, pois o salvamento estб - sintaticamente - correto.


Re: Salvamento - JoaoMonteiro452 - 08.12.2013

Quote:
Originally Posted by Kuddy
Посмотреть сообщение
Mude "Pergunta de Seguranзa" por palavras chave ao invйs de uma descriзгo completa, como apenas "pergunta". Se esse nгo for o problema, o problema estб na hora de carregar, pois o salvamento estб - sintaticamente - correto.
Correto. Fiz oq vc disse, fui na pasta

no dialog da pergunta coloquei "Celina" Olha oq apareceu.

Idade = 17
Email = j-joaomonteiro2011@hotmail.com
Pergunta = 0
Data de nascimento = 16/12/1995


Re: Salvamento - Kuddy - 08.12.2013

Tente executar isso para ver se ele vai executar e veja o resultado do console e da conta:

pawn Код:
DOF2_SetString(ContaPlayer(playerid), "pergunta", "resposta teste");
print("Inputtext: %s", inputtext);



Re: Salvamento - JoaoMonteiro452 - 08.12.2013

Alguem ??

Quote:
Originally Posted by Kuddy
Посмотреть сообщение
Tente executar isso para ver se ele vai executar e veja o resultado do console e da conta:

pawn Код:
DOF2_SetString(ContaPlayer(playerid), "Pergunta de Seguranзa", "resposta teste");
print("Inputtext: %s", inputtext);
1 warning

warning 202: number of arguments does not match definition

@EDIT

CONSOLE


[16:23:05] [join] Joaoxfgh has joined the server (0:127.0.0.1)
[16:23:11] Inputtext: %s


Re: Salvamento - JoaoMonteiro452 - 08.12.2013

ALGUEM ??