mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-29 19:22:53 +08:00
Move all global indices into scr_globals.hpp. (#2018)
This commit is contained in:
@ -20,7 +20,7 @@ namespace big
|
||||
components::player_command_button<"ceokick">(g_player_service->get_selected(), {});
|
||||
ImGui::SameLine();
|
||||
components::button("Gooch Test", [] {
|
||||
*script_global(1890378).at(289).at(1).as<Player*>() = g_player_service->get_selected()->id();
|
||||
*scr_globals::gooch.at(289).at(1).as<Player*>() = g_player_service->get_selected()->id();
|
||||
scripts::start_launcher_script(171);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user