Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgPlayerStats/sound.hpp
Florian Kinder ad22c7df04 Updated Displays
Disabled new gear system
2014-02-18 23:51:38 +01:00

22 lines
693 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", 1, 1};
titles[] = {};
};
};