Score is not saving help me pls (y_ini)
#1

my question is why script is not saving the scores as you can see topic, so why cant?

Codes:

Код:
enum pInfo
{
    pScores
}
new PlayerInfo[MAX_PLAYERS][pInfo];
Код:
public LoadUser_data(playerid,name[],value[])
{
    INI_Int("Scores",PlayerInfo[playerid][pScores]);
    return 1;
}
Dialog Response (Register)
Код:
                INI_WriteInt(File,"Scores",0);
Dialog Respone (Login)
Код:
                    SetPlayerScore(playerid,PlayerInfo[playerid][pScores]);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)