04-07-2014, 05:09 AM
I'm really obsessed with this anime called "Fairy Tail", so I created an plugin wich allows people to use "magic" but more importantly create it. https://github.com/STRWarrior/Magic
Each magic has it's own file. That file returns a handler when loaded. In that handler you can add hooks like OnPlayerRightClick, OnChat, OnHitEntity and many more simply by creating a function with the same name as the hook in the handler.
Each magic has it's own file. That file returns a handler when loaded. In that handler you can add hooks like OnPlayerRightClick, OnChat, OnHitEntity and many more simply by creating a function with the same name as the hook in the handler.