SA-MP Forums Archive
Converting SII to Y_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: Converting SII to Y_INI. (/showthread.php?tid=512148)



Converting SII to Y_INI. - DemME - 09.05.2014

Hey, I would like to use that house system here : https://sampforum.blast.hk/showthread.php?tid=287541
But everytime getting in trouble when I use Y_INI instead of SII.
Getting an errors, but they are the same liberaries, whats the problem?


Re: Converting SII to Y_INI. - Dignity - 09.05.2014

They're not the same libraries, Y_INI uses a whole different method of processing things than SII does. The names (INI_Int, INI_String, etc) may be similar but the process behind it isn't.

You'll need to look into the functions and configure the ones in your script to fit Y_INI's.