Hmmmmm I think u will have problems m8...
Our Vehicle Respawn script (MP Dedi Server) uses also "Createvehicle",and somehow many commands do not work on a vehicle created with CreateVehicle
Getdammage,TypeOf,Fuel...etc do not work.
try TypeOf _SkodaRed or Getdammage _SkodaRed -->Hint format["%1",GetDammage _SkodaRed] will give U scalar :/
Atleast thats what i could find out,if somebody has more info pls share
A very Usefull command would be "SetName",assigning a name outside the editor.
A possible workaround is having your car already on the map somewhere hidden and have it setpossed to the place you want when U want.
Then U can use :?(TypeOf Nameof your RedSkoda == "SkodaRed"):hint "Red Skoda spotted
" Just an example
To remove the vehicle in the triggers list I think U need to look after arrays and how to change them.
[5,6,7] = [5,6,7,8] - [8]
Or If U just use 1 vehicle:thislist resize 0
Again,if somebody has more info I am happy to hear