feat(vehicle): no collision and all weapons (#1030)

This commit is contained in:
Aure7138
2023-02-28 20:42:23 +08:00
committed by GitHub
parent c10b67f144
commit 6124249601
9 changed files with 128 additions and 31 deletions

View File

@ -76,6 +76,8 @@ namespace big
{
components::command_checkbox<"localinvisveh">();
}
components::command_checkbox<"vehnocollision">();
components::command_checkbox<"vehallweapons">();
ImGui::EndGroup();
ImGui::SameLine();