Page 1 of 1

All sounds except nade & knife level work

PostPosted: Fri Feb 10, 2012 9:17 pm
by alex4108
So I'm in a bit of a stuck type deal here. All my GunGame sounds download to the client from my FastDL. I can tell by going to steamapps/me/counter-strike source/cstrike/sound/gungame/default and bam all the needed ones are there (including nade_level.mp3 and knife_level.mp3). Unfortunately when I reach that level in-game, the sound doesn't play! :o

All the other sounds play correctly, so I can't figure out what it is. Can someone help?

PostPosted: Fri Feb 10, 2012 10:53 pm
by tnarocks
// ****************************************************************************
// * gg_leaderweapon_warning.cfg -- GG Leaderweapon Warning *
// * *
// * This file defines GunGame Included Addon settings. *
// * *
// * Note: Any alteration of this file requires a *
// * server restart or a reload of GunGame. *
// ****************************************************************************

// ============================================================================
// >> GUNGAME LEADER WEAPON WARNING
// ============================================================================
// Description:
// Announces via sound at the beginning of each round when a player has
// reached either "hegrenade" or "knife" level.
// Options:
// 0 = (Disabled)
// 1 = (Enabled)
// Default Value: 0

// Play a sound when a player reaches "hegrenade" or "knife" level.
gg_leaderweapon_warning 1

// ============================================================================
// >> WARN ONLY ON LAST LEVELS
// ============================================================================
// Description:
// Only play warnings on the last level of each weapon
// Options:
// 0 = (Disabled)
// 1 = (Enabled)
// Default Value: 0

// Only play a sound when a player reaches the "last" hegrenade or knife level.
gg_leaderweapon_warning_only_last 0