mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-24 17:32:39 +08:00
Vehicle Abilities (#2474)
Co-authored-by: Yimura <24669514+Yimura@users.noreply.github.com>
This commit is contained in:
@ -220,6 +220,18 @@ namespace big
|
||||
|
||||
ImGui::EndCombo();
|
||||
}
|
||||
ImGui::SeparatorText("VEHICLE_ABILITIES"_T.data());
|
||||
{
|
||||
components::command_checkbox<"modifyvehicleability">();
|
||||
|
||||
if (g.vehicle.abilities.enabled)
|
||||
{
|
||||
components::command_checkbox<"rocketability">();
|
||||
components::command_checkbox<"jumpability">();
|
||||
components::command_checkbox<"parachuteability">();
|
||||
components::command_checkbox<"rampability">();
|
||||
}
|
||||
}
|
||||
ImGui::SeparatorText("VEHICLE_FLY"_T.data());
|
||||
{
|
||||
ImGui::BeginGroup();
|
||||
|
Reference in New Issue
Block a user