Статистика текушего голосования на сервере css v34

snaiper1111

Участник
Сообщения
31
Реакции
15
Здраствуйте люди.
Вот бегал на разных серверах и видел, когда идет голосование показывается в окне HUD сколько за что проголосовали. На моем сервер css v34 этого не наблюдается. Подскажите что для этого нужно!
 

Серый™

CS:S Server
Сообщения
2,925
Реакции
1,376
snaiper1111, в sourcemod.cfg на версии см 1.3.8 и далее
C-подобный:
// Specifies whether or not to display vote progress to clients in the
// "hint" box (near the bottom of the screen in most games).
// Valid values are 0 (Disabled) or 1 (Enabled).
// --
// Default: 0
sm_vote_progress_hintbox 1

// Specifies whether or not to display vote progress to clients in the
// chat area. Valid values are 0 (Disabled) or 1 (Enabled).
// --
// Default: 0
sm_vote_progress_chat 1

// Specifies whether or not to display vote progress in the server console.
// Valid values are 0 (Disabled) or 1 (Enabled).
// --
// Default: 0
sm_vote_progress_console 0

// Specifies whether or not to display vote progress to clients in the
// client console. Valid values are 0 (Disabled) or 1 (Enabled).
// --
// Default: 0
sm_vote_progress_client_console 0
 
Сверху Снизу