Posts: 3,715
Threads: 358
Joined: Apr 2012
Reputation:
0
Best saving systems? Choose above, the highest vote wins, gonna use it on JakAdmin.
Posts: 3,004
Threads: 12
Joined: May 2011
Depend on your needs.
But if you want to use the data outside your SAMP server, e.g. - user control panel or admin control panel.
Then you definitely should go with MySQL because it's supported by every programming language (and should) and it remains it's query functionality anywhere.
so you don't have to learn again the basics such as SELECT, DELETE, UPDATE and INSERT INTO.
I recommend you use SQLite. INI files can clutter your folder overtime and backing up can be a pain in the ass. MySQL would be inconvenient to use for an admin system - what if the server owner doesn't know how to use MySQL, doesn't have access to a MySQL database or is not interested in using MySQL anyway?
SQLite is great because data is more organized, easy to backup and overall convenient for an admin system.
Posts: 1,839
Threads: 136
Joined: Aug 2012
Reputation:
0
Depends what you like..
but i use y_ini
Posts: 390
Threads: 31
Joined: May 2014
Reputation:
0
How about an alternate between all saving systems?
Posts: 50
Threads: 0
Joined: Feb 2014
Reputation:
0
There's no "best" saving system, it really just depends on your needs: if you need to store datas for internal usage only (in the game-server), you won't need a MySQL database, you can simply go for a SQLite database or some text files.
Posts: 2,862
Threads: 11
Joined: Mar 2008
Reputation:
0
Use SQLitei include and you will be okay. If you want to have easy external access then use MySQL.
Posts: 149
Threads: 7
Joined: Apr 2014
Reputation:
0
I would suggest you "MySQL"