SA-MP Forums Archive
Which one is better, and why? - 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 one is better, and why? (/showthread.php?tid=658528)



Which one is better, and why? - Shawness - 06.09.2018

Hey guys,

I was going to create a register system to my gamemode but I get confused by use DOF2, DINI, Y_INI...
Can you please give me your opinion of which one is better, or give me de pros and cons of each one?


Re: Which one is better, and why? - Shinja - 06.09.2018

MySQL


Re: Which one is better, and why? - Lokii - 06.09.2018

Out of these 3 y_ini its a lot faster than dof and dini

Otherwise sqlite


Re: Which one is better, and why? - Shawness - 06.09.2018

Quote:
Originally Posted by Lokii
Посмотреть сообщение
Out of these 3 y_ini its a lot faster than dof and dini

Otherwise sqlite
Quote:
Originally Posted by Shinja
Посмотреть сообщение
MySQL
Thank you, guys.


Re: Which one is better, and why? - KinderClans - 06.09.2018

Go for MySql.


Re: Which one is better, and why? - Variable™ - 06.09.2018

You should go for MySQL if you know what you are doing, or you will end up getting injected. If you are starting a server, go for y_ini. If you are just testing stuff out then begin learning MySQL.

I still do not recommend y_ini. MySQL is easier for offline control and doesn't lag when you have many players in game or when you have a huge amount of registrants.

But yet if you are starting a server and don't know anything about MySQL, start with y_ini. You can easily convert users from y_ini to MySQL using a login checkup.


Re: Which one is better, and why? - MIDO007 - 06.09.2018

Ofc Y_INI


Re: Which one is better, and why? - CaptainBoi - 06.09.2018

DINI2 better then them

or go for SQLITE or MYSQL for better saving system


Re: Which one is better, and why? - ZigGamerx - 06.09.2018

just MYSQL


Re: Which one is better, and why? - iLearner - 06.09.2018

Quote:
Originally Posted by Variable™
Посмотреть сообщение
You should go for MySQL if you know what you are doing, or you will end up getting injected. If you are starting a server, go for y_ini. If you are just testing stuff out then begin learning MySQL.

I still do not recommend y_ini. MySQL is easier for offline control and doesn't lag when you have many players in game or when you have a huge amount of registrants.

But yet if you are starting a server and don't know anything about MySQL, start with y_ini. You can easily convert users from y_ini to MySQL using a login checkup.
MySQL… for offline control? did you mean sqlite?