11.03.2016, 18:16
Quote:
You should make a list of things you definitely want to implement (even if later). That's the first step to see what is required and what to add in the first place, in case you didn't do that yet.
I'd add a basic admin system right away (with levels, even if you dont have any admin commands yet), that way you can build other functions on top of it and make restrictions. It can be a pain to later notice you have to implement an admin-level system to 50 CMDs etc. It's hard to say, there are many things you could start with. When I'm at such a point I just start with anything that won't need any changes later on, in your case that would probably be basic RP commands or the base for factions. Good luck! PS. Also make sure to choose a command processor (e.g. ZCMD) before starting, converting command functions is too much work to be done afterwards. That's also for dialogs, easy_dialogs for example is a good way of keeping the script clean and make things easy to find. |