mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-30 03:32:52 +08:00
Assorted fixes (#3073)
* feat: unstuck more when removing blackscreen * fix: make kicks more versatile
This commit is contained in:
@ -97,8 +97,6 @@ namespace big
|
||||
ImGui::Checkbox("KILL_LOOP"_T.data(), &g_player_service->get_selected()->kill_loop);
|
||||
ImGui::SameLine();
|
||||
ImGui::Checkbox("EXPLOSION_LOOP"_T.data(), &g_player_service->get_selected()->explosion_loop);
|
||||
ImGui::SameLine();
|
||||
ImGui::Checkbox("FREEZE_LOOP"_T.data(), &g_player_service->get_selected()->freeze_loop);
|
||||
|
||||
ImGui::Checkbox("RAGDOLL_LOOP"_T.data(), &g_player_service->get_selected()->ragdoll_loop);
|
||||
ImGui::SameLine();
|
||||
|
Reference in New Issue
Block a user