Joined: Wed Nov 24, 2004 12:00 am Posts: 257 Location: New York City
|
You can make any vehicle spawn and stay in the air by simply adding this line to an ObjectSpawnerTemplate.
ObjectTemplate.HoldObject 1
Below is an example of an ObjectSpawnerTemplate from El Alamein ( Desert Combat Mod ) I use to hold the MH-53 in the air so you can snipe the bots from it's rear gunner door and the roof as they cross the desert.
ObjectTemplate.create ObjectSpawner willyspawner ObjectTemplate.setObjectTemplate 2 MH-53 ObjectTemplate.setObjectTemplate 1 ObjectTemplate.MinSpawnDelay 10 ObjectTemplate.MaxSpawnDelay 10 ObjectTemplate.SpawnDelayAtStart 0 ObjectTemplate.TimeToLive 45 ObjectTemplate.Distance 40 ObjectTemplate.DamageWhenLost 10 ObjectTemplate.HoldObject 1 ObjectTemplate.Teamonvehicle 1
.
_________________  Do everything to the best of your ability and you will find yourself in the future doing everything better than you thought possible. Anthony Voltano 7/7/4777 VXF VOLT
|
|