pawn-lang / YSI-Includes

Just the YSI include files, none of the extra stuff.
208 stars 106 forks source link

Y_Hooks not called with 3.10.11 Compiler and Open.MP #670

Open AthallahDzaki opened 4 months ago

AthallahDzaki commented 4 months ago

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 commented 4 months ago

Only happend with 31+ Function name

Y-Less commented 4 months ago

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