player who get into a car

if ( player is near car AND player hit the enter button)
place player inside car, switch to car- movement,place camera…

to check if the player is near the car you could either use collision spheres or write something on your own. if you already have the player movement the car stuff itslef shouldnt be that hard either.