View Single Post
Xutax_Kamay
Member
Join Date: Feb 2016
Old 04-22-2019 , 08:23   Re: DHooks (Dynamic Hooks - Dev Preview)
Reply With Quote #660

Quote:
Originally Posted by JoinedSenses View Post
I'm receiving pretty much the same error for DHookGetParam.

Code:
int client = DHookGetParam(hParams, 1);

Exception reported: Invalid param type (6) to get
Okay I'm pretty dumb
https://github.com/XutaxKamay/dhooks...es/tag/v2.2.1b

That should fix the issue, the issue was because I was getting a wrong idea of using that ke::Vector thing (the amtl didn't prove push_back so i just replaced by append, but that turned out to be a mistake), I use std::vector now, hopefully you shouldn't have link errors during load, but definitly needs a change later, I just did it for a hotpatch

Last edited by Xutax_Kamay; 04-22-2019 at 08:53.
Xutax_Kamay is offline