Update CfgSounds.hpp

This commit is contained in:
worldwidesorrow
2020-07-29 16:02:31 -05:00
committed by GitHub
parent 821c6e8b57
commit db4f6cc13d

View File

@@ -826,4 +826,19 @@ class CfgSounds {
sound[] = {"\dayz_sfx\effects\blizzard.ogg",0.5,1}; sound[] = {"\dayz_sfx\effects\blizzard.ogg",0.5,1};
titles[] = {}; titles[] = {};
}; };
class Radio_Message_Sound {
name = "";
sound[] = {"\dayz_sfx\effects\radio.ogg",0.4,1};
titles[] = {};
};
class IWAC_Message_Sound {
name="";
sound[] = {"\dayz_sfx\effects\IWACsound.ogg",0.4,1};
titles[] = {};
};
class Switch_On_Off {
name="";
sound[] = {"\dayz_sfx\effects\switch.ogg",0.5,1};
titles[] = {};
};
}; };