[?] Object/Vehicle spawn times?
Posted: 2011-11-19 02:58
Hey guys, im just wondering if anyone knows why my vehicles will not every 15 seconds?
Heres the code from the Gameplayobjects.con on 64 in the server.zip.
Is it server problem or am i missing something?
Thanks
Heres the code from the Gameplayobjects.con on 64 in the server.zip.
Code: Select all
rem [ObjectSpawnerTemplate: cpname_kd_64_mecmain_aav_0]
ObjectTemplate.create ObjectSpawner cpname_kd_64_mecmain_aav_0
ObjectTemplate.activeSafe ObjectSpawner cpname_kd_64_mecmain_aav_0
ObjectTemplate.modifiedByUser "Eirian"
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.setObjectTemplate 1 mec_tnk_t72
ObjectTemplate.minSpawnDelay 15
ObjectTemplate.spawnDelayAtStart 1
ObjectTemplate.TimeToLive 12000
ObjectTemplate.Distance 100
ObjectTemplate.maxNrOfObjectSpawned 11
ObjectTemplate.team 1
ObjectTemplate.teamOnVehicle 1Thanks