21.11.2013, 18:00
Quote:
Originally Posted by ******
y_hooks - Hook any callback in one line!
|
pawn Код:
#if defined _ALS_OnPlayerUpdate
#undef OnPlayerUpdate
#else
#define _ALS_OnPlayerUpdate
#endif
#define OnPlayerUpdate hook_OnPlayerUpdate
pawn Код:
hook OnPlayerUpdate( parameters )
{
}
ALS_Hook: https://sampforum.blast.hk/showthread.php?tid=441293