"vehicle _x == m8jeep" count [player1,player2,player3] == "alive _x" count [player1,player2,player3]
This as a trigger's condition should do the trick.
Now the condition checks if the vehicle of all guys from player1 to
player3 is equal to the number of alive guys from player1 to player3.
?"vehicle _x == m8jeep" count [player1,player2,player3] == "alive _x" count [player1,player2,player3]
The ? as seen above interpretes an IF statement, and is
used in scripts.
~S~ CD