10.02.2017, 08:55
Outdated YSI? If you don't want to upgrade, you can just add them somewhere (IIRC those values always worked like that, just the defines were added)
pawn Код:
#define Y_HOOKS_CONTINUE_RETURN_1 (1)
#define Y_HOOKS_CONTINUE_RETURN_0 (0)
#define Y_HOOKS_BREAK_RETURN_0 (-1)
#define Y_HOOKS_BREAK_RETURN_1 (-2)

