SA-MP Forums Archive
Y_HOOKS - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Y_HOOKS (/showthread.php?tid=628402)



Y_HOOKS - Pearson - 10.02.2017

Hello
I have error here. IDK why lol.
Код:
Y_HOOKS_BREAK_RETURN_1



Re: Y_HOOKS - Misiur - 10.02.2017

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)