Basic hostile ped disarm (#1437)

This commit is contained in:
DayibBaba
2023-06-17 18:39:16 +02:00
committed by GitHub
parent dca82a4060
commit 174e1e5412
4 changed files with 56 additions and 2 deletions

View File

@ -42,6 +42,10 @@ namespace big
components::command_checkbox<"highalert">();
ImGui::SameLine(140.f);
components::command_checkbox<"pedrush">();
components::command_checkbox<"autodisarm">();
components::options_modal("Auto Disarm", []{
ImGui::Checkbox("Neutralize", &g.world.nearby.auto_disarm.neutralize);
});
ImGui::Separator();
components::sub_title("Vehicles");
@ -72,4 +76,4 @@ namespace big
components::command_checkbox<"vehiclerain">();
}
}
}