MyStore icon indicating copy to clipboard operation
MyStore copied to clipboard

[BUG] death sound cfg not there

Open dzinks2009 opened this issue 5 years ago • 1 comments

The config for death_sounds is not there.

dzinks2009 avatar Jan 10 '20 03:01 dzinks2009

added on next update

"Deathsounds"
{
	"Explosion"
	{
		"sound" "jihad/boom.mp3"
		"origin" "2"  // 1 - global (map)/ 2 - local (player)/ 3 - player voice
		"volume" "1.0"
		"price" "100"
		"block" "1"   // 1 - block orignal death voice
		"type" "death_sound"
	}
	"Jihad sound"
	{
		"sound" "jihad/suicidebomber.mp3"
		"origin" "3"  // 1 - global / 2 - local / 3 - player voice
		"volume" "0.5"
		"price" "100"
		"block" "0"   // 1 - block orignal death voice
		"type" "death_sound"
	}
}

shanapu avatar Jan 28 '20 02:01 shanapu