mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-07-01 03:53:03 +08:00
Break game and protections (#3203)
This commit is contained in:
@ -25,6 +25,8 @@ namespace big
|
||||
ImGui::SameLine();
|
||||
components::player_command_button<"mission">(g_player_service->get_selected(), {});
|
||||
|
||||
components::player_command_button<"breakgame">(g_player_service->get_selected(), {});
|
||||
ImGui::SameLine();
|
||||
components::player_command_button<"error">(g_player_service->get_selected(), {});
|
||||
ImGui::SameLine();
|
||||
components::player_command_button<"ceoraid">(g_player_service->get_selected(), {});
|
||||
|
Reference in New Issue
Block a user