I couldn't find a way to increase player's money while he's offline! is it possible already?
Example:
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);
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