SA-MP Forums Archive
[Y_INI] difference INI_Load & INI_Parsefile? - 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: [Y_INI] difference INI_Load & INI_Parsefile? (/showthread.php?tid=607065)



[Y_INI] difference INI_Load & INI_Parsefile? - CrashCar - 14.05.2016

I wonder what are the differences between these two functions?

situations in which I can use each of the two?

Код:
INI_Load
Код:
INI_Parsefile
thanks.


Re: [Y_INI] difference INI_Load & INI_Parsefile? - Micko123 - 14.05.2016

Here you go. Just choose one

https://sampwiki.blast.hk/wiki/YSI:INI

Hope it helped


Re: [Y_INI] difference INI_Load & INI_Parsefile? - Konstantinos - 14.05.2016

Quote:

INI_Load - Loads an INI file using standard features.
INI_ParseFile - Loads a file as an ini and distributes data.

INI_Load still calls INI_ParseFile though.