Joined: Wed Nov 24, 2004 12:00 am Posts: 257 Location: New York City
|
If you want the vehicles to spawn right away after you drive one away from it's spawn point and then have more spawn right after that, simply add the code below shown in blue
ObjectTemplate.create ObjectSpawner Kubelwagenspawner ObjectTemplate.setObjectTemplate 2 Kubelwagen ObjectTemplate.setObjectTemplate 1 Kubelwagen ObjectTemplate.MinSpawnDelay 1 ObjectTemplate.MaxSpawnDelay 2 ObjectTemplate.SpawnDelayAtStart 0 ObjectTemplate.TimeToLive 40 ObjectTemplate.Distance 40 ObjectTemplate.DamageWhenLost 10 ObjectTemplate.MaxNrOfObjectSpawned 4
_________________  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
Last edited by VOLTANO on Sun Dec 31, 2006 1:48 am, edited 1 time in total.
|
|