Before it's too late - 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: Before it's too late (
/showthread.php?tid=357950)
Before it's too late -
pujan - 08.07.2012
Hello, I am scripting a game mode from scratch. I have important questions before it's too late:
1. Is MYSQL database necessary to store the user accounts and other server files? Can I just use the scriptfiles folder?
2. What is the best command processor (zcmd etc...) (I know nothing which could make it the best, please explain)
3. What are other additional alternative(s) which is better than the common SA-MP functions to be used in a script (alternative(s) such as that new command processor)
Re: Before it's too late -
DeathTone - 08.07.2012
You don't HAVE to use a mysql database, you can save useraccounts in files if you want, and to store important server files (such as maps, vehicles ect) you don't need to put them in mysql, I save player stuff in mysql and save maps/objects in a .txt file in my scriptfiles folder. About the command processor, I use ZCMD just because it's very simple and many people use it.