feat(nearby): add riot mode (#1043)

This commit is contained in:
TheGreenBandit
2023-03-12 13:38:27 -04:00
committed by GitHub
parent 10bbf1f4bb
commit 43fcc4cf6e
3 changed files with 29 additions and 1 deletions

View File

@ -37,6 +37,8 @@ namespace big
components::command_checkbox<"pedsignore">();
ImGui::SameLine(140.f);
components::command_checkbox<"pedrain">();
ImGui::SameLine(265.f);
components::command_checkbox<"pedscombat">();
components::command_checkbox<"highalert">();
ImGui::SameLine(140.f);
components::command_checkbox<"pedrush">();