Just an intro to a small mappack I'm working on, but there are already problems! I know about fixing the car's lighting and fixing the way it points, but when it parks, it stops at an angle. Also, the teleport is supposed to trigger later, but I cannot remember how to make it so that it wont work until after a certain time limit.
The teleport problem? Tick the USE only flag and trigger it, when you want it to be activated, or use a multisource with the parameters:
name: tele_mas
target: <name of your trigger_teleport>
and set the trigger_teleport master value to: tele_mas
trigger the multisource, when you want the trigger_teleport to be activated..