feat: added boat pickup, ballistic armor and keep on ground (#932)
This commit is contained in:
@ -19,6 +19,8 @@ namespace big
|
||||
mobile::merry_weather::request_helicopter_pickup();
|
||||
});
|
||||
|
||||
components::command_button<"boatpickup">();
|
||||
|
||||
components::button("MW_BACKUP_HELI"_T, [] {
|
||||
mobile::merry_weather::request_backup_helicopter();
|
||||
});
|
||||
@ -44,5 +46,6 @@ namespace big
|
||||
mobile::ceo_abilities::request_bullshark_testosterone();
|
||||
});
|
||||
|
||||
components::command_button<"ballisticarmor">();
|
||||
}
|
||||
}
|
@ -97,6 +97,7 @@ namespace big
|
||||
ImGui::Checkbox("FULLY_AUTOMATIC_SIGNAL"_T.data(), &g.vehicle.auto_turn_signals);
|
||||
}
|
||||
components::command_checkbox<"driveunder">();
|
||||
components::command_checkbox<"keeponground">();
|
||||
|
||||
ImGui::EndGroup();
|
||||
}
|
||||
|
Reference in New Issue
Block a user