22.06.2016, 20:40
y_hooks is a bad way to hook your callback since it is outdated and not compatible with many gamemodes
I would suggest you to do the hooking alone, you can take examples of some already-made includes
Also you don't need to include y_hooks before every hooking and instead of using new you can use static and for stocks use stock static
I would suggest you to do the hooking alone, you can take examples of some already-made includes
Also you don't need to include y_hooks before every hooking and instead of using new you can use static and for stocks use stock static