26.04.2012, 17:02
Hello,
I am using Windows32's MySQL Gamemode, but I was wondering how I would load and save stuff..
Like Y_INI you use:
Stuff like that. How would I do stuff like this.
I am using Windows32's MySQL Gamemode, but I was wondering how I would load and save stuff..
Like Y_INI you use:
Код:
public OnPlayerDisconnect(playerid, reason) { new INI:File = INI_Open(UserPath(playerid)); INI_SetTag(File,"data"); INI_WriteInt(File,"Cash",GetPlayerMoney(playerid));