[Ajuda] Nгo estб salvando o score
#1

Olб,eu criei um sistema pra salvar o score dinheiro e senha,sу que nгo estб salvando o score!
cуdigos:
pawn Код:
new arquivo[40], name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, name, 32);
    format(arquivo, 40, "Contas/%s.ini", name);
    if(DOF2_FileExists(arquivo))
    {

        Player[playerid][Dinheiro] = GetPlayerMoney(playerid);
        DOF2_SetInt(arquivo, "Senha", Player[playerid][Senha]);
        DOF2_SetInt(arquivo, "Score", Player[playerid][Score]);
        DOF2_SetInt(arquivo, "Dinheiro", Player[playerid][Dinheiro]);
        DOF2_SaveFile();
    }
pawn Код:
enum Informacoes
{
    Senha,
    Score,
    Dinheiro
};
Reply
#2

Porque nгo usa GetPlayerScore ao inves da sua variavel Player[playerid][Score]
Reply
#3

Boa Idйia vou testar darkxdll.

@edit darkxdll funcionou,obrigado.
Reply
#4

Idйia ? Matou aulas de portuguкs pra jogar SA-MP nй kkkk...
GetPlayerScore й a funзгo que mais intendo kkkk (sqn)
Reply
#5

Quote:

Porque nгo usa GetPlayerScore ao inves da sua variavel Player[playerid][Score]

Iria sugerir isso. Droga.

Vocк foi mais rбpido. Ooohh.
Reply
#6

Detonador
use 32 .


Reply
#7

Quote:
Originally Posted by darkxdll
Посмотреть сообщение
Detonador
use 32 .


Naah. Prefiro uma colt forty-five! Hehe.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)