Posts: 110
Threads: 47
Joined: Sep 2012
Reputation:
0
I was wondering about DINI stuff. So if I create takedmoney.txt, and when player take the money how should I write he's name in the takedmoney.txt and how to check is he's name is in the takedmoney.txt?
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Please stop using the terribly outdated dini and move on to more advanced saving systems, like Y_INI or SQLite. As it so happens, SQL seems to be a good fit for the scenario you're describing. Insert, delete and search at will without any additional overhead of extensive loops.
Posts: 1,794
Threads: 104
Joined: Feb 2012
Reputation:
0
I suggest you to use Y_INI, why you guys go for the outdated ones?