SA-MP Forums Archive
Question about DINI - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Question about DINI (/showthread.php?tid=492408)



Question about DINI - bogushas - 03.02.2014

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?


Re: Question about DINI - Vince - 03.02.2014

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.


Re: Question about DINI - Beckett - 03.02.2014

I suggest you to use Y_INI, why you guys go for the outdated ones?