mercredi 24 décembre 2014

Y_INI: Can i get how much is player's money while he's offline?

I couldn't find a way to increase player's money while he's offline! is it possible already?



Example:


pawn Code:




format(string,sizeof(string),"/JCNR/Users/%s.ini", HouseInfo[h][HouseOwner]);

new INI:File = INI_Open(string);

INI_SetTag(File,"UserData");

INI_WriteInt(File,"Cash", Current Cash + Refund);

INI_Close(File);







Aucun commentaire:

Enregistrer un commentaire