Posts: 144
Threads: 37
Joined: Dec 2011
Reputation:
0
Hey,
I am creating a new GM which will be CnR base in LS, this will require to save quite a few things so i am looking for the best file saving method, now i am not looking for people to comment saying there opinion, I'm looking for the best method, I have used y_ini the most but I'm looking to move more to a professional version.
Thanks
-Michael
Posts: 673
Threads: 45
Joined: May 2010
Reputation:
0
iam using mysql for user cp, server stats and much more that you cant use with file saving systems
mysql is the easyles think in samp i think
Posts: 285
Threads: 39
Joined: Oct 2009
Reputation:
0
y_ini is a very good system to be honest, I am myself not very interested in it but I know from facts it is. I use mxINI myself, also a good system, quite good for new scripters.
But I'd say MySQL would be the one if you want to advance in scripting, not that I have myself, but I have heard it is the best for saving systems and it gives you SUPER benefits and stuff you really can't do normally(most probably).
Posts: 143
Threads: 10
Joined: Nov 2010
Reputation:
0
MySQL if you want to have an UCP or such things, if not I'd go with either SQLite or y_ini.
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
You should stick with MySQL, it's slower than SQLite and y_ini, but it also allows for more expansion of your server.
Posts: 2,593
Threads: 38
Joined: Aug 2007
Reputation:
0
I would suggest SQLite for organization, then use MySQL for webstats only (not for server use). Don't want to risk any security issues