SA-MP Forums Archive
DINI issue.. - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: DINI issue.. (/showthread.php?tid=151317)



DINI issue.. - Conroy - 30.05.2010

I use DINI to save player data, faction/gang files, houses, businesses and about to use it for cars as well, but after I finished my business system (which is the exact same as my house system, just works a little different), I went IG to test, and when I save the business, the .INI file was missing some variables and there was a .INI.part file.. Any ideas why it isn't saving ALL the variables?


Re: DINI issue.. - coole210 - 30.05.2010

INI.part is made when dini_Set is used (when dini saves) and gets removed when it's done saving, If it's still there then theres a problem with your business system..

I suggest not using dini for saving houses/cars/businesses.

I do not suggest dini for loading either.


Re: DINI issue.. - Conroy - 30.05.2010

Doesn't matter, I fixed it.