SA-MP Forums Archive
[Question] Y_INI system pawno compile - 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] Y_INI system pawno compile (/showthread.php?tid=430847)



[Question] Y_INI system pawno compile - Matrixo - 15.04.2013

I have just a question. Does Y_INI make the compiled .AMX file bigger for 4megabytes ? I tried to use Y_ini on the blank pawno gamemode, and it compiles from 7kb .pwn to 4mb .amx

EDIT: It is because of INI_ParseFile ?


Re: [Question] Y_INI system pawno compile - Pottus - 15.04.2013

Less code doesn't mean more efficient though, you could use DINI and reduce your .amx size from YINI size but at the same time vastly decrease performance.


Re: [Question] Y_INI system pawno compile - Matrixo - 15.04.2013

I used DINI but I found some unrepairable bugs with that then I tried Y_ini. Its very bad for me because I use F_streamer which makes my .amx even bigger. So uploading to server would be very long.


Re: [Question] Y_INI system pawno compile - Pottus - 15.04.2013

That is a very significant difference.