From 6fdc1c98cce837be30cd6fd456f7ad043e56e077 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Fri, 11 Oct 2013 09:44:31 -0500 Subject: [PATCH] document sound config --- SQF/dayz_sfx/CfgSounds.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SQF/dayz_sfx/CfgSounds.hpp b/SQF/dayz_sfx/CfgSounds.hpp index 5ed9ad493..2ed89db21 100644 --- a/SQF/dayz_sfx/CfgSounds.hpp +++ b/SQF/dayz_sfx/CfgSounds.hpp @@ -121,6 +121,11 @@ class CfgSounds { sound[] = {"\dayz_sfx\effects\action_drink_0.ogg",0.1,1,20}; titles[] = {}; }; + class z_document_0 { + name = ""; + sound[] = {"\dayz_sfx\effects\action_open_doc_0.ogg",0.1,1,20}; + titles[] = {}; + }; class z_soda_0 { name = ""; sound[] = {"\dayz_sfx\effects\action_soda_0.ogg",0.3,1,30};