Closed Rxann closed 5 months ago
Download the artifacts for this pull request:
SendPacket = ptr.Add(10).Rip().As<Functions::SendPacket>();
Add(10) does not go to the function call address
SendPacket = ptr.Add(14).Add(1).Rip().As
SendPacket = ptr.Add(10).Rip().As<Functions::SendPacket>();
Add(10) does not go to the function call addressSendPacket = ptr.Add(14).Add(1).Rip().AsFunctions::SendPacket();
Thank you, I seemingly overlooked this, idk how. but thank you for pointing it out and i am going to fix it soon
And the queue_packet function should have 7 parameters
using QueuePacket = bool (*)(rage::netConnectionManager* mgr, int msg_id,int a3, void* data, int size, int flags, void* unk);
And the queue_packet function should have 7 parameters
using QueuePacket = bool (*)(rage::netConnectionManager* mgr, int msg_id,int a3, void* data, int size, int flags, void* unk);
Well dang I missed some stuff. Thanks again for this. Any clue what value a3 normally is?
closes #62
thanks to @tyackman and @maybegreat48 for all your help on this
TODO: