SA-MP Forums Archive
The power of SII? - 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: The power of SII? (/showthread.php?tid=472941)



The power of SII? - knackworst - 31.10.2013

Hello

Currently I use SII for file writing, I tried switching to y_ini, however to get it work I had to run server.exe everytime as an administrator (tried changing this setting in windows vista but with no succes)
So I'm still with SII.
Because I see no alternative (except for maybe trying SQL) I'm going to stay with SII.
But since SII is from 2009 and thus very outdated, can it handle loading player/server data on a big scale?
Or do you really recommend me to change to y_ini anyway, or try SQL?


Re: The power of SII? - Pottus - 31.10.2013

Don't even waste your time use sqlite / mysql as far as I get these days using INI is fread/fwrite for importing/exporting.


Re: The power of SII? - Konstantinos - 31.10.2013

Pottus posted my answer already in another thread, so I'll quote him:
Quote:
Originally Posted by [uL]Pottus
Посмотреть сообщение
[..] a few words of friendly advice do yourself a favor and throw INI into the trash and use sqlite or mysql
I don't recommend file systems either, it's better to switch to SQL.

EDIT: Damn, I wanted to post first!