feat(self & vehicle): Added mobile radio and turning off engine. (#572)
This commit is contained in:
@ -80,6 +80,8 @@ namespace big
|
||||
|
||||
ImGui::Checkbox("No Collision", &g->self.no_collision);
|
||||
|
||||
ImGui::Checkbox("Mobile Radio", &g->self.mobile_radio);
|
||||
|
||||
ImGui::EndGroup();
|
||||
|
||||
ImGui::Separator();
|
||||
|
Reference in New Issue
Block a user