SA-MP Forums Archive
dini > INI - 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: dini > INI (/showthread.php?tid=597350)



dini > INI - saffierr - 30.12.2015

Does anyone know the difference between Y_INI and INI or something...
And why I should update from dini to INI? I've been told alot to update.

((A link would be welcome either))


Re: dini > INI - SnG.Scot_MisCuDI - 30.12.2015

y_ini is a step above dini but if you can, write in mysql


Re: dini > INI - saffierr - 30.12.2015

Quote:
Originally Posted by SnG.Scot_MisCuDI
Посмотреть сообщение
y_ini is a step above dini but if you can, write in mysql
No I can't.
Are there any specific y_ini's ? I mean like, y_ini 2.3.1 or something? Or is it just y_ini?

Thanks.


Re: dini > INI - AndySedeyn - 30.12.2015

It's bundled with the YSI library: https://github.com/Misiur/YSI-Includes
DINI uses an inefficient and outdated method of saving information to .ini files while y_ini is the opposite. Though, excessive data writing to and reading from .ini files is always slower than libraries that use methods made for solely that purpose such as: (My)SQL(ite).


Re: dini > INI - saffierr - 30.12.2015

Alright thanks.