SA-MP Forums Archive
Which is the Best File Saving System? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Which is the Best File Saving System? (/showthread.php?tid=313476)



Which is the Best File Saving System? - Spooky - 26.01.2012

TITLE

And please dont say a number of File saving systems.
Please tell me only 1 which is easy and best.
And tell me link of download also.


Re: Which is the Best File Saving System? - T0pAz - 26.01.2012

You mean Data Storage System?


Re: Which is the Best File Saving System? - Spooky - 26.01.2012

Yes. I am using dfIle atm


Re: Which is the Best File Saving System? - T0pAz - 26.01.2012

The best is MySQL and SQLite. Use MySQL only if you have a big server.


Re: Which is the Best File Saving System? - DirtyLilFreak - 26.01.2012

Yes use MySQL its the most safest and fastest data storing system


Re: Which is the Best File Saving System? - KingHual - 26.01.2012

Or, if you don't have a MySQL database, use y_ini


Re: Which is the Best File Saving System? - Spooky - 26.01.2012

But i dont know using MySQL


Re: Which is the Best File Saving System? - T0pAz - 26.01.2012

See this first then this. IMO, MySQL is easier than parsing INI, XML or whatever and it's the fastest.


Re: Which is the Best File Saving System? - Silentfood - 26.01.2012

Then learn MySQL, because INI files go terribly slow when you've got a decent amount of players and their data is being saved. SA:MP isn't thread safe, so it'll stack up all the player saves slowing your server down tremendously.


Re: Which is the Best File Saving System? - MehranGta - 16.03.2013

working with y_ini is easy but not useful for big servers,
so if your server is big use MySql
on these forums we have a lot of tutorials that learn to you how to making a soft MySql file storage.