Joined: Mon Mar 07, 2005 12:00 am Posts: 32
|
example :
Object.Spawns.com :
Object.create ArtillerySpawner
Object.absolutePosition 1871.037/41.200/78.892
Object.rotation 0/0/0
Object.setTeam 1
Object.create ArtillerySpawner
Object.absolutePosition 1876.037/41.200/78.892
Object.rotation 0/0/0
Object.setTeam 2
Object.create ArtillerySpawner
Object.absolutePosition 1236.037/41.200/78.892
Object.rotation 330/0/0
Object.setTeam 3
[ positions are not fully correct , its just he code that im wondering if it works ]
Object.SpawnTemplates :
ObjectTemplate.create ObjectSpawner ArtillerySpawner
ObjectTemplate.setObjectTemplate 2 humvee_tow
ObjectTemplate.setObjectTemplate 1 humvee_tow
ObjectTemplate.setObjectTemplate 3 Spitfire
ObjectTemplate.MinSpawnDelay 30
ObjectTemplate.MaxSpawnDelay 50
ObjectTemplate.SpawnDelayAtStart 0
ObjectTemplate.TimeToLive 45
ObjectTemplate.Distance 40
ObjectTemplate.DamageWhenLost 10
|
|