Of course not, lol
Bara, you will probably need to add a script element that makes the camera circle the motionless player, like in the TDM or ZAPT mods.
im on my computer now so i can run a few tests.
Edit- Okay ive done my test to see if the players rotation is effected by the collision box of a vehicle and it is not, therefore my idea wont work.
Edit again-
Looking into the script i found the camera look angle code
uiName = "Jeep ";
rideable = true;
lookUpLimit = 0.00;
lookDownLimit = 0.00;
ive already changed mine but you change the value of look up and down limit to whatever angle you want it, when set at 0.00 and 0.00 the player laid flat with his legs, change it to whatever angles you want it locked on such as .50 .50 to stay still or .50 .0 and it should beable to sit up straight or look down all the way.