I'm not using Construct 2 right now, but these are the events to use :
Give bool variable to car object, 'isFinished' set to false.
Global variable to track the number of cars finished 'numFinished'
Pick car where variable 'isFinished' = false : set 'numFinished' to car.pickedcount
If 'numFinished' = 0, display all car finished text