SA-MP Forums Archive
Which Basic filesystem is the most recommended? - 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: Which Basic filesystem is the most recommended? (/showthread.php?tid=574082)



Which Basic filesystem is the most recommended? - C4SH - 13.05.2015

I want to know which of the filesystems is recommended, I do not want to use MySQL as I feel its not required for this basic gamemode I'm updating. However all I'll need is a registation, stats saving system which is basic.

If anyone can help me, It would be highly appreciated.


Re: Which Basic filesystem is the most recommended? - Luis- - 13.05.2015

Even if you're coding a small gamemode, I'd still recommend you use MySQL. It's the most up to date file system on here at the minute, and it's easier to use, and it's also the fastest.


Re: Which Basic filesystem is the most recommended? - Threshold - 13.05.2015

MySQL is the best option when you need to obtain things fast from a large array of values. It definitely does the best job, but not many people know how to use it. (Me included, I haven't started with it yet)

I would have y_ini as my second choice. I would give you a link, but it's not that simple nowadays...


Re: Which Basic filesystem is the most recommended? - C4SH - 13.05.2015

I just want a quick filesystem that works for small jobs, doesn't matter what the specifications are. I know MySQL is the fastest and best, but I just dont have the time to create databases and fuck about with all of that yet.


Re: Which Basic filesystem is the most recommended? - Threshold - 13.05.2015

Then y_ini....