[Ajuda] Registro / Login
#8

Obrigado a todos que ajudaram, mais agora o problema й que tipo, eu registro coloco letras e numero fica de boa, mais quando eu saiu do server, tipo apaga as letras da senha da conta..

alguйm te alguma sugestгo?

pawn Код:
stock SalvarConta(playerid)
{
    new arq[50];
    format(arq,50,"PASTA_PLAYERS",nome(playerid));

    DOF2_SetInt(arq,"Senha",PlayerInfo[playerid][Senha]);
    DOF2_SetInt(arq,"Admin",PlayerInfo[playerid][Admin]);
    DOF2_SetInt(arq,"Score",PlayerInfo[playerid][Score]);
    DOF2_SetInt(arq,"Kills",PlayerInfo[playerid][Kills]);
    DOF2_SetInt(arq,"Deaths",PlayerInfo[playerid][Deaths]);
    DOF2_SetInt(arq,"Money",PlayerInfo[playerid][Money]);
    DOF2_SetInt(arq,"Vip",PlayerInfo[playerid][Vip]);
    DOF2_SaveFile();
}
Reply


Messages In This Thread
Registro / Login - by Lucas_HenryK - 02.02.2014, 00:10
Re: Registro / Login - by FallweN - 02.02.2014, 00:24
Re: Registro / Login - by Lucas_HenryK - 02.02.2014, 00:27
Re: Registro / Login - by humildadeforever - 02.02.2014, 01:40
Re: Registro / Login - by Lucas_HenryK - 02.02.2014, 02:57
Re: Registro / Login - by Lucas_HenryK - 02.02.2014, 03:06
Re: Registro / Login - by mau.tito - 02.02.2014, 10:16
Re: Registro / Login - by Lucas_HenryK - 02.02.2014, 12:37
Re: Registro / Login - by PT - 02.02.2014, 12:43
Re: Registro / Login - by Lucas_HenryK - 02.02.2014, 12:44

Forum Jump:


Users browsing this thread: 1 Guest(s)