mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-22 20:17:24 +08:00
feat(TabTuneables): Added sell car for 25mill
This commit is contained in:
parent
d4857729f1
commit
e774cf56b9
@ -11,6 +11,11 @@ namespace big
|
||||
if (ImGui::Checkbox("No Idle Kick", g_settings.options["no_idle_kick"].get<bool*>()))
|
||||
g_settings.save();
|
||||
|
||||
if (ImGui::Button("Set Car Sell Value at $25.000.000"))
|
||||
{
|
||||
*script_global(99007).at(970).as<int*>() = (int)25e6;
|
||||
}
|
||||
|
||||
ImGui::EndTabItem();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user