feat(vehicle): no collision and all weapons (#1030)
This commit is contained in:
@ -76,6 +76,8 @@ namespace big
|
||||
{
|
||||
components::command_checkbox<"localinvisveh">();
|
||||
}
|
||||
components::command_checkbox<"vehnocollision">();
|
||||
components::command_checkbox<"vehallweapons">();
|
||||
|
||||
ImGui::EndGroup();
|
||||
ImGui::SameLine();
|
||||
|
Reference in New Issue
Block a user