View Single Post
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 07-31-2020 , 06:26   Re: DHooks (Dynamic Hooks - Dev Preview)
Reply With Quote #781

Quote:
Originally Posted by bakugo View Post
Is it normal that multiple plugins can't detour the same function at the same time? Is there any way around this?
Multiple plugins can detour the same function, but the act of detouring changes the bytes of the function so the "normal" signature wont match. Generally you can workaround it by wildcarding the first 6 bytes of the signature.
__________________
asherkin is offline