Before it's too late
#1

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)
Reply
#2

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


Forum Jump:


Users browsing this thread: 1 Guest(s)