mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-23 01:02:23 +08:00
feat(Features): Added sticky tyres looped feature
This commit is contained in:
@ -9,6 +9,8 @@ namespace big
|
||||
{
|
||||
ImGui::Checkbox("No Bike Fall", g_settings.options["no_bike_fall"].get<bool*>());
|
||||
|
||||
ImGui::Checkbox("Sticky Tyres", g_settings.options["sticky_tyres"].get<bool*>());
|
||||
|
||||
if (ImGui::Button("Repair Vehicle"))
|
||||
{
|
||||
QUEUE_JOB_BEGIN_CLAUSE()
|
||||
|
Reference in New Issue
Block a user