What would be best? - 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: What would be best? (
/showthread.php?tid=632256)
What would be best? -
Melktert - 11.04.2017
So I have never made any script before, today I want to start?
I assume it wont be best to start with MySQL? What would you guys say is best for a beginner? I want to save the player stats.
Re: What would be best? -
AndreiWow - 11.04.2017
I suggest you to learn MySQL and start with that as other saving systems are getting older day by day, mysql keeps updating and is better, you can also get the data from an application or website.
Re: What would be best? -
Bolex_ - 11.04.2017
Start Y_INI ---> EasyDB ---> SQLite ---> MySQL End
Re: What would be best? -
MrViolence101 - 11.04.2017
Well, I would say.. You first need a good database design and decide on what data you want to save that will be important. Mysql is not a bad idea but probably a bad idea for beginners to start using. Start with Y_INI.
Re: What would be best? -
Melktert - 11.04.2017
So Y_INI? Or start to learn MySQL?
Re: What would be best? -
Betass - 11.04.2017
Maybe, start by saving just a player name in a simple, and a single *.txt file? I'm just saying, I'm no expert in this, I hope this may help you to get started. Maybe, you will just continue writing into that single *.txt file in the future too, when you are finally ready to release your server. More information can be found
here.
Re: What would be best? -
Lajko1 - 11.04.2017
MySQL
Re: What would be best? -
Sew_Sumi - 11.04.2017
Easy to say to learn MySQL when you've already learnt it... Just work with getting into scripting rather than learning another language simply for the sake of saving some files/information...
Use inis, but just make provision for changing the method of saving later.