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

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);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)