you can only spawn when a vehicle is free and then when you select that spawn point you spawn into the driving seat (only one seat in vehicle anyway)
Ive never done/tried this before.. is it possible/difficult?
how?

Code: Select all
ObjectTemplate.create SpawnPoint Entry_SoldierSpawn <----obviously irrelevant, name it as you wish
ObjectTemplate.setSpawnRotation 0/0/0
ObjectTemplate.setSpawnPositionOffset 0/0/0
ObjectTemplate.setSpawnPreventionDelay 0
ObjectTemplate.setSpawnId 0
ObjectTemplate.setGroup 75 <---use a free group, you obviously have to set up that group too (like in spawnpointmanager.con), be careful not to use a group number that is used by other vehicles! Sadly this also means if there are multiple objects of one type, they share the spawner...so you get one spawn point on the map for 3 vehicles, causing you to be put into a random one. Sometimes desired, sometimes not. If not, you have to create a new PCO...
ObjectTemplate.setEnterOnSpawn 1 <----- that's the line you are looking for
ObjectTemplate.setAIEnterOnSpawn 1
ObjectTemplate.setSpawnAsParaTroper 0