YSI-Includes icon indicating copy to clipboard operation
YSI-Includes copied to clipboard

Y_Hooks not called with 3.10.11 Compiler and Open.MP

Open AthallahDzaki opened this issue 1 year ago • 5 comments
trafficstars

If i use 3.10.10 Compiler, y_hooks work perfectly. with 3.10.11 (64 Bit) compiler, hook not call at all only public function.

Hook Function is OnPlayerEnterDynamicRaceCP -> OnPlayerEnterDynRaceCP (x) -> OnPlayerEnterDynamicRaceCP (x)

Note : (x) is not work

3.10.10 3.10.10 Log (Called 2 Times)

3.10.11 3.10.11 Log (Called 1 Times)

AthallahDzaki avatar Mar 01 '24 14:03 AthallahDzaki

Only happend with 31+ Function name

AthallahDzaki avatar Mar 02 '24 04:03 AthallahDzaki

Let me check that specific case, because y_hooks works in open.mp in general. There could be something with the double replacements.

Y-Less avatar Mar 05 '24 09:03 Y-Less