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 555e9e45ba
commit 168a85c139
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();