Added forgotten cvar to the config.
ZHP now uses client cookies. (Still need to make a menu and cookie-tize other settings.
This commit is contained in:
@ -549,6 +549,10 @@ zr_zspawn_timelimit "1"
|
||||
// Time from the start of the round to allow ZSpawn. [Dependency: zr_zspawn_timelimit]
|
||||
// Default: "120.0"
|
||||
zr_zspawn_timelimit_time "120.0"
|
||||
|
||||
// Spawn player on the zombie team AFTER the timelimit is up. ['-1' = Block ZSpawn | '0' = Spawn as human | '1' = Spawn as zombie | Dependency: zr_zspawn_timelimit]
|
||||
// Default: "1"
|
||||
zr_zspawn_timelimit_zombie "1"
|
||||
// ----------------------------------------------------------------------------
|
||||
// ZTele (module)
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user