01-09-2013, 10:04 AM
I've added a new plugin that is aimed at developers, it's called HookNotify, and it logs every hook being called (except for OnTick() - there's too many of them) and all its parameters' types and values. When developing a new plugin, or debugging an existing one, it might prove useful, since it gives you the answer for questions such as "what are the parameters", "does the hook really get called" etc.