View Single Post
Author Message
boroda
Junior Member
Join Date: Feb 2017
Old 01-10-2019 , 15:54   spectator problem
Reply With Quote #1

how to block the transition in the spectator? Сvars are spelled out but do not help. At any time you can go to the spectator.

// Intercept suicide commands attempted by zombies.
// Default: "0"
zr_damage_suicide_zombie "1"

// Intercept suicide commands attempted by mother zombies.
// Default: "1"
zr_damage_suicide_mzombie "1"

// Intercept suicide commands attempted by humans.
// Default: "0"
zr_damage_suicide_human "1"

// List of client commands to intercept as suicide attempts. [Delimiter: ", "]
// Default: "kill, spectate, jointeam, joinclass, explode"
zr_damage_suicide_cmds "kill, spectate, jointeam, joinclass, explode"

// Intercept suicide commands only after the first zombie has spawned.
// Default: "1"
zr_damage_suicide_after_infect "1"
boroda is offline