In CAR.C source code, JCL used this function call to create a lift (to put the car in the right position after it crashed):

Code:
pXent_addforcelocal(car,vector(0,0,3000),vector(0,0,40));



Since that function call let the car make a small jump, I think you can use the same approach.
I hope this will help you!