![]() |
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 ![]() ![]() ![]() 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. |