02.02.2014, 12:37
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?
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();
}