Add vehicle jump (#290)

This commit is contained in:
Quentin E. / iDeath
2022-06-27 15:42:53 +02:00
committed by GitHub
parent 34a029b693
commit 09f77d79aa
5 changed files with 29 additions and 0 deletions

View File

@ -13,6 +13,7 @@ namespace big
ImGui::Checkbox("Can Be Targeted", &g->vehicle.is_targetable);
ImGui::Checkbox("God Mode", &g->vehicle.god_mode);
ImGui::Checkbox("Horn Boost", &g->vehicle.horn_boost);
ImGui::Checkbox("Vehicle Jump", &g->vehicle.vehicle_jump);
ImGui::Checkbox("Instant Brake", &g->vehicle.instant_brake);
ImGui::Checkbox("Drive On Water", &g->vehicle.drive_on_water);