{$CLEO}

// car camera angle is positioned a little higher, like in VC

0000:

while true
    wait 250
    if 
        Player.Defined($PLAYER_CHAR)
    then
        if
            Actor.Driving($PLAYER_ACTOR)
        then    
            03C0: 0@ = actor $PLAYER_ACTOR car 
            0441: 1@ = car 0@ model 
            09EF: set_behind_camera_autoposition_mode_for_car_model 1@ distance 1.0 altitude_multiplier 1.0 angle_X 0.18
        end
    end
 end