Databases - 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: Databases (
/showthread.php?tid=286350)
Databases -
FrostDoggy - 28.09.2011
I heared having a database to your server its better.
The question is.
1.What is the best database for samp.
2.How I can attach my gamemode to it?
3.I need special adminscript or I can attach it?
Thanks in advance.
Re: Databases -
Vince - 28.09.2011
Most people use MySQL, but SQLite is faster and already built in (although with somewhat less fuctionality). I do not understand question 2 and 3 as I don't get what you mean with 'attach'. You need to script all database reading/writing yourself.