17.10.2011, 22:14
Код:
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,"Vip",PlayerInfo[playerid][pVip]); INI_WriteInt(File,"Score",GetPlayerScore(playerid)); INI_WriteInt(File,"Skin",PlayerInfo[playerid][pSkin]); INI_WriteInt(File,"Mute",PlayerInfo[playerid][pMuted]); INI_WriteInt(File,"Deaths",PlayerInfo[playerid][pDeaths]); INI_WriteInt(File,"SRank",PlayerInfo[playerid][pSRank]); INI_WriteInt(File,"Captures",PlayerInfo[playerid][pCarsCaptured]); INI_WriteInt(File,"Cookies",PlayerInfo[playerid][pCookies]); INI_Close(File);