18/07/2022 14:58
(Esta mensagem foi modificada pela última vez a: 18/07/2022 14:58 por TheGuilherme020.)
(18/07/2022 14:29)White_Blue Escreveu: Você usa qual sistema de salvamento? Pois aqui só mostra o código da string não do salvamento.
Uso dof2, o email é salvo junto com os outros dados
format(file,sizeof(file),contas,GetPlayerNameEx(playerid));
DOF2_SetInt(file,"pGrana",GetPlayerMoney(playerid));
DOF2_SetInt(file,"pScore",GetPlayerScore(playerid));
DOF2_SetInt(file,"pSkin",PlayerInfo[playerid][pSkin]);
DOF2_SetInt(file, "pEmail",PlayerInfo[playerid][pEmail]);
DOF2_SaveFile();