AssaultCube Reloaded Forums
How to set respawn time? - Printable Version

+- AssaultCube Reloaded Forums (https://acrf.victorz.ca)
+-- Forum: Gameplay (https://acrf.victorz.ca/forum-3.html)
+--- Forum: Servers (https://acrf.victorz.ca/forum-8.html)
+--- Thread: How to set respawn time? (/thread-846.html)



How to set respawn time? - rshenely - 2013-06-25

Hey how do i set respawn time for server? instead of a measly 5 seconds i shall make it 5 hours Angry . or something more than 5 seconds Smile . If it is code point me to the file please.Rolleyes


RE: How to set respawn time? - Victor - 2013-06-25

entity.h
Code:
#define SPAWNDELAY (m_secure(gamemode) ? 2000 : m_affinity(gamemode) ? 5000 : 1500)

It might mess up the clients' respawn timers though.


This forum uses Lukasz Tkacz MyBB addons.