How to set respawn time?
2013-06-25, 10:02 AM
#1
How to set respawn time?
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
Post Reply Quote this message in a reply
2013-06-25, 12:34 PM (This post was last modified: 2013-06-25, 12:35 PM by Victor.)
#2
RE: How to set respawn time?
entity.h
Code:
#define SPAWNDELAY (m_secure(gamemode) ? 2000 : m_affinity(gamemode) ? 5000 : 1500)

It might mess up the clients' respawn timers though.

Best regards,
Victor
//victorz.ca
Code:
Your antithesis compares favorably with any high magnitude of pwnage. (-you > |p|, you < -|p|)
My antithesis compares favorably with _that of_ any high magnitude of pwnage. (|-me| > |-p|, |me| > |p|)
Post Reply Quote this message in a reply


Forum Jump:


This forum uses Lukasz Tkacz MyBB addons.