Jump to content

source How can i update legendware v3?


Dinolog
 Share

Recommended Posts

38 minutes ago, azzgard said:

I have problem / can u help me ?image.png.c8b5f51390fc815073efccaf344fba91.png

in hooks.hpp, replace the

bool __stdcall hooked_createmove(float, CUserCmd*);

with:

void __stdcall hooked_createmove(int sequence_number, float input_sample_frametime, bool active, bool& send_packet);
__declspec(naked) void __stdcall hooked_createmove_proxy(int sequence_number, float input_sample_frametime, bool active);


So the result should be:
image.thumb.png.08a48cd73c47ded5238f31e1dda1723d.png

Link to comment
Share on other sites

1 hour ago, RussianAirplane said:

in hooks.hpp, replace the

bool __stdcall hooked_createmove(float, CUserCmd*);

with:

void __stdcall hooked_createmove(int sequence_number, float input_sample_frametime, bool active, bool& send_packet);
__declspec(naked) void __stdcall hooked_createmove_proxy(int sequence_number, float input_sample_frametime, bool active);


So the result should be:
image.thumb.png.08a48cd73c47ded5238f31e1dda1723d.png

Thank u. But can u help me with discord?( PropkaOtViskorya#9671

 

Edited by azzgard
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...