// Add right/left thrust. The front pads will add force to the right if the right button is pressed and the rear will do the opposite. If moving backward the directions are flipped again
if ( thrustLeft ) {
if ( !parent->IsStrafing() && g_vehicleMode.GetInteger() != 0 ) {