Posts: 351
Threads: 22
Joined: Oct 2012
Reputation:
0
i think the problem is with the timer , if you update the players account time to time , you will ofcourse have bugs in Y_INI ... well you need to store the variable as his money rather than writing in file as he disconnects his file will be resaved
like on update the variable will store the current money and onplayerdisconnect it will be saved in file
Posts: 149
Threads: 12
Joined: Sep 2013
Reputation:
0
When saving the money and score, set the values to variables first and then save them. It tends not to work unless you do so.