28.02.2016, 08:05
Quote:
The idea behind hooking is precisely to not having to do that.
Personally I've never used Y_hooks. But it shouldn't be necessary to write the hooking stuff in the main gamemode file. That only applies to the includes themselves. You may also try running the compiler with -l (lowercase L) option which only runs the preprocessor. This will give you insight in what code is actually being fed to the compiler. |