вот это допиши в конец server.cfg
Code
// *********** SourceTV
// Activates SrcTV on server.
tv_enable1
// Automatically records all games as SrcTV demos.
tv_autorecord 1
// SrcTV debug info.
tv_debug 0
// SrcTV broadcast delay in seconds
tv_delay 10
// Dispatch clients to relay proxies: 0=never, 1=if appropriate, 2=always
tv_dispatchmode 1
// Maximum client number on SrcTV server.
tv_maxclients 128
// Max SrcTV spectator bandwidth rate allowed, 0 == unlimited
tv_maxrate 10000
// SrcTV host name
tv_name "SourceTV"
// SrcTV password for all clients
tv_password ""
// Host SrcTV port
tv_port 27020
Добавлено (30.12.2010, 15:16)
---------------------------------------------
или в autoexec.cfg это
Code
tv_name "SourceTV"
tv_enable "1"
tv_maxclients "15"
tv_delay "90"
tv_password "911"
tv_maxrate "15000"
tv_autorecord "1"
tv_transmitall "1"
tv_relayvoice "0"
tv_delaymapchange "1"
tv_chattimelimit "8"
tv_dispatchmode "1"
tv_snapshotrate "16"
tv_overridemaster "0"
tv_debug "0"
tv_allow_static_shots "0"
tv_allow_camera_man "0"