18.01.2016, 19:45
1. I personally never use filterscripts unless I need for example PleoMax textdraw editor etc. etc. But you can use them. Best way I find is by having multiple modules example:
But if you arent good with modules, better have it all inside 1 script for nwo until you learn how to do it. You can also use filterscripts but it can cause a mess if you dont know what are you doing
2. Depends, what sort of server you want to have? How much are you willing to pay for your box? If you are thinking of making a larger server and you expect big playerbase go with MySQL if not Id suggest that you use something like YINI. Also all depends on what you achieve, SQL is great for searching data, injecting etc. but it can be tricky if you dont know SQL good.
Regarding SQL, there is just too much gain from it. You can make separate tables and inject stuff into them separately so you can keep track of everything nicely. Start learning SQL and you might have an awesome time or might be horrible.
PHP код:
#include "..\myScripts\LSPD.pwn"
2. Depends, what sort of server you want to have? How much are you willing to pay for your box? If you are thinking of making a larger server and you expect big playerbase go with MySQL if not Id suggest that you use something like YINI. Also all depends on what you achieve, SQL is great for searching data, injecting etc. but it can be tricky if you dont know SQL good.
Regarding SQL, there is just too much gain from it. You can make separate tables and inject stuff into them separately so you can keep track of everything nicely. Start learning SQL and you might have an awesome time or might be horrible.