wes123 Wrote:Drocona Wrote:Is it not disabled in your settings when you type "settings" ingame?
I checked and everything was good. I honsetly have no clue why this isnt working.
{
Damage settings: Off
Most destructive:On
System sounds:On
Show vote progress:On
}
// *****************************************************************************
// Module : Sounds Control
//
// Desc : The following cvars control how system sounds are configured. This
// is not related to the Quake sounds
// *****************************************************************************
// Set to the number of sounds you wish a regular non-admin player to be able
// to use per round
mani_sounds_per_round 1
// Set to 1 if you want alive players not to hear sounds triggered by dead
// players
mani_sounds_filter_if_dead 0
// mani_sounds_auto_download is a cvar to control whether server sounds
// (not quake sounds) are auto downloaded to a client. If set to 0 you must
// provide your own .res files to initiate transfers to a client.
// If you change this value from 1 to 0 while the server is running you
// must restart your server.
mani_sounds_auto_download 1
// This controls the default mode a player will have their death beam mode
// set to when they first ever join your server. This setting is applied to
// the player's stored record withing player_settings.dat it does not control
// whether the death beam functionality is on or off.
// 0 = player settings default to off, 1 = player settings default to on
// 1 = default on, 0 = default off
mani_player_settings_sounds 1