View Single Post
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 07-24-2016 , 12:28   Re: Module: Orpheu (v2.6.3)
Reply With Quote #1462

This function seems to be optimized by the compiler. When it's called, the passed arguments are not pushed on the stack but instead are saved into the registers (fastcall convention?). This means Orpheu/Okapi can't retrieve properly the arguments. I'm not sure how to support that. About the symbol not found, it's probably the reason why it's "hidden', but it's possible to retrieve it with an indirect way.
__________________

Last edited by Arkshine; 07-24-2016 at 12:33.
Arkshine is offline