new WheeledVehicle() { datablock = ...; };
How would you set the position?
new WheeledVehicle() { datablock = ...; position = ...;};
But, are vehicles respawning if you create them whith the console?