y_hooks.
#2

Quote:
Originally Posted by ******
y_hooks - Hook any callback in one line!
y_hooks is for hooking a callback it's easier than using ALS_Hook

pawn Код:
#if defined _ALS_OnPlayerUpdate
    #undef OnPlayerUpdate
#else
    #define _ALS_OnPlayerUpdate
#endif
#define OnPlayerUpdate hook_OnPlayerUpdate
by using y_hook you could simple do this

pawn Код:
hook OnPlayerUpdate( parameters )
{

}
y_hooks: https://sampforum.blast.hk/showthread.php?tid=166016
ALS_Hook: https://sampforum.blast.hk/showthread.php?tid=441293
Reply


Messages In This Thread
y_hooks. - by PaulDinam - 21.11.2013, 17:54
Re: y_hooks. - by Patrick - 21.11.2013, 18:00
Re: y_hooks. - by PaulDinam - 21.11.2013, 18:05
Re: y_hooks. - by -Prodigy- - 21.11.2013, 18:06

Forum Jump:


Users browsing this thread: 1 Guest(s)