SA-MP Forums Archive
MySQL,SQlite,y_ini,dini or other? - 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: MySQL,SQlite,y_ini,dini or other? (/showthread.php?tid=301793)



MySQL,SQlite,y_ini,dini or other? - xMichaelx - 05.12.2011

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


Re: MySQL,SQlite,y_ini,dini or other? - KosmasRego - 05.12.2011

MySQL is the best by my opinion if you know how to use it. But for amateurs it's better Dini .


Re: MySQL,SQlite,y_ini,dini or other? - Tigerkiller - 05.12.2011

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


Re: MySQL,SQlite,y_ini,dini or other? - Andregood - 05.12.2011

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).


Re: MySQL,SQlite,y_ini,dini or other? - xMichaelx - 05.12.2011

I was also thinking MySQL Thanks for your help.

EDIT:
Quote:
Originally Posted by Andregood
Посмотреть сообщение
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).
Thanks but I'm a new scripter , i personally think y_ini is a very good saving system but as many say they is nothing really you can do with it.


Re: MySQL,SQlite,y_ini,dini or other? - KosmasRego - 05.12.2011

No problem at all...


Re: MySQL,SQlite,y_ini,dini or other? - Coffeemonster - 05.12.2011

MySQL if you want to have an UCP or such things, if not I'd go with either SQLite or y_ini.


Re: MySQL,SQlite,y_ini,dini or other? - antonio112 - 06.12.2011

Quote:
Originally Posted by xMichaelx
Посмотреть сообщение
I was also thinking MySQL Thanks for your help.

EDIT:

Thanks but I'm a new scripter , i personally think y_ini is a very good saving system but as many say they is nothing really you can do with it.
MYSQL it's good if you want to use a Control Panel for players. Otherwise, I'd recommend Y_Ini. It's hard to get ued with it in the beginning, but once you get how it works, it's just the fastest ini around and the most stable.


Re: MySQL,SQlite,y_ini,dini or other? - Scenario - 06.12.2011

You should stick with MySQL, it's slower than SQLite and y_ini, but it also allows for more expansion of your server.


Re: MySQL,SQlite,y_ini,dini or other? - Joe Staff - 06.12.2011

I would suggest SQLite for organization, then use MySQL for webstats only (not for server use). Don't want to risk any security issues