03.11.2015, 21:12
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);