Solved Does anyone know how to hook this method?

Status
Not open for further replies.

libModz

Platinian On Fire
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.
 
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.
Back
Top Bottom