Y_INI issues not saving data on a gamehost.
#3

Look lol. If you read it properly you'll find that it WORKS on my localhost, but not online.

Код:
new INI:File = INI_Open(UserPath(playerid));
    INI_SetTag(File,"data");
    INI_WriteInt(File,"Cash",GetPlayerMoney(playerid));
    INI_WriteInt(File,"Admin",PlayerInfo[playerid][pAdmin]);
    INI_WriteInt(File,"Kills",PlayerInfo[playerid][pKills]);
    INI_WriteInt(File,"Deaths",PlayerInfo[playerid][pDeaths]);
    INI_WriteInt(File,"KillStreak",PlayerInfo[playerid][pKillStreak]);
    INI_WriteInt(File,"Skin",GetPlayerSkin(playerid));
    INI_WriteInt(File,"SkinChanges",PlayerInfo[playerid][pSkinChanges]);
    INI_WriteInt(File,"Sorted",PlayerInfo[playerid][pSorted]);
    INI_Close(File);
Reply


Messages In This Thread
Y_INI issues not saving data on a gamehost. - by C4SH - 03.11.2015, 20:58
Re: Y_INI issues not saving data on a gamehost. - by Scottylad - 03.11.2015, 21:07
Re: Y_INI issues not saving data on a gamehost. - by C4SH - 03.11.2015, 21:12
Re: Y_INI issues not saving data on a gamehost. - by Scottylad - 03.11.2015, 21:13
Re: Y_INI issues not saving data on a gamehost. - by ThePhenix - 03.11.2015, 21:14
Re: Y_INI issues not saving data on a gamehost. - by C4SH - 03.11.2015, 21:30
Re: Y_INI issues not saving data on a gamehost. - by Hayden_Almeida - 23.07.2018, 20:40

Forum Jump:


Users browsing this thread: 1 Guest(s)