Quote:
Originally Posted by PrivatioBoni
To all the people unoriginally saying "make it yourself", I have a little quote for you: "Stand on the shoulders of the giants instead of reinventing the wheel" - you can probably work out what it means.
Sure, you'll need to script a lot of stuff yourself, undeniably, but why not implement a pre-made admin system (choose wisely) and edit it as you see fit?
|
+1, I use my own modified version of Ladmin4v2: I have fixed some bugs and flaws, added new features, switched its password hashing to Whirlpool and I'm even editing my gamemode and filterscripts to take advantage of Ladmin's already existing admin levels. What I might do someday is removing some Ladmin's features to replace them with my own, but always using Ladmin's infrastructure as a backbone. I find it easier and less time consuming to edit an existing script than to write my own from scratch. Besides, one of the ways you learn to script is by taking a look at other scripts and editing them.
A different thing is when we talk about gamemodes: mine is completely written from scratch.