Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgPlayerStats/sound.hpp
ebayShopper bd9aee620f Lower journal cover sound volume
Vanilla commit:

7e5b0a98a7
2017-06-23 15:19:26 -04:00

22 lines
695 B
C++

/********************************************************************************************************************/
// Config file for [DayZ]
// Created by: [Horde/Das Attorney]
//********************************************************************************************************************/
class CfgSounds
{
class Vas_yessir;
class horde_sound_turning_page: Vas_yessir
{
name = "horde_sound_turning_page";
sound[] = {"\z\addons\dayz_communityassets\sounds\page.wss", 0.5, 1};
titles[] = {};
};
class horde_sound_close_book: Vas_yessir
{
name = "horde_sound_close_book";
sound[] = {"\z\addons\dayz_communityassets\sounds\close.wss", 0.5, 1};
titles[] = {};
};
};