Update to work with latest build of SHVDN

This commit is contained in:
sardelka9515
2022-11-30 19:08:52 +08:00
parent 598790dedd
commit 952ab4f7b3
19 changed files with 677 additions and 196 deletions

View File

@ -40,7 +40,7 @@ namespace RageCoop.Client.GUI
if (ActiveClient != null)
{
Game.DisableAllControlsThisFrame();
Function.Call(Hash._SET_MOUSE_CURSOR_ACTIVE_THIS_FRAME);
Function.Call(Hash.SET_MOUSE_CURSOR_THIS_FRAME);
ActiveClient.Tick();
}
}