How to set respawn time?
|
2013-06-25, 12:34 PM
(This post was last modified: 2013-06-25, 12:35 PM by Victor.)
|
|||
|
|||
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|) |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
How to set respawn time? - by rshenely - 2013-06-25, 10:02 AM
RE: How to set respawn time? - by Victor - 2013-06-25, 12:34 PM
|