Joined: Fri Jan 19, 2007 9:28 am Posts: 54
|
try using something not in use like a APC or something ive tried adding a 3rd team it doesnt work
you could do it like this but youd have to replace all the flaks with 1 instead of 2 or theyll all spawn as snipers
try this code and see if it works
ObjectTemplate.create ObjectSpawner AAGunSpawner
ObjectTemplate.setObjectTemplate 2 German_Scout
ObjectTemplate.setObjectTemplate 1 flak38
ObjectTemplate.MinSpawnDelay 40
ObjectTemplate.MaxSpawnDelay 80
ObjectTemplate.SpawnDelayAtStart 0
ObjectTemplate.TimeToLive 45
ObjectTemplate.Distance 40
ObjectTemplate.DamageWhenLost 10
Object.create AAGunSpawner
Object.absolutePosition 1544.92/41.19/1765.07
Object.rotation 0/0/0
Object.setTeam 2
|
|