This is the AMP version of this page.
If you want to load the real page instead, click this text.

Solved Does anyone know how to hook this method?

Status
Not open for further replies.

libModz

Awesome Active Platinian
Original poster
Jun 2, 2022
175
32
28
UK
void RPC(void*, string, enum, params object[])


So far I've hooked it like this...

void (*RPC)(void*, monoString*, int, void*);

The part I'm struggling with is the last argument "params object[]" which looks like an object array?
Not sure if this should be a void* or something else?

So far game is crashing when trying to pass parameters with RPC call, only got it working without.

Thanks.
 

DaRealPanDa

Co-Administrator
Staff member
Supporting-Team
Global Moderator
Social Media
Mar 12, 2018
6,907
15,832
2,120
27
Skyrim
Thread will be set to "solved" and closed.
When you're not happy with that just send me a message and i will re-open the thread for you.

Thanks.
 
Status
Not open for further replies.