08.05.2016, 21:22
(
Последний раз редактировалось lolumadd_; 10.05.2016 в 19:50.
)
I don't know if this is relevant anymore...but in case anyone was having trouble with y_hooks compatibility from YSI3 and this include, here is a quick and easy workaround:
Before nex-ac is included:
Inside the nex-ac.inc, do CTRL + H to start a search and replace.
Replace "#if defined _inc_y_hooks || defined _INC_y_hooks" with "#if defined hookmodify"
Replace "#if !defined _inc_y_hooks && !defined _INC_y_hooks" with "#if !defined hookmodify"
Replace "Hook:" with "hook " <-- Note the space at the end
Before nex-ac is included:
pawn Код:
#define hookmodify
Replace "#if defined _inc_y_hooks || defined _INC_y_hooks" with "#if defined hookmodify"
Replace "#if !defined _inc_y_hooks && !defined _INC_y_hooks" with "#if !defined hookmodify"
Replace "Hook:" with "hook " <-- Note the space at the end

