mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-26 17:51:51 +03:00
Updated Displays
Disabled new gear system
This commit is contained in:
22
SQF/dayz_code/Configs/CfgPlayerStats/sound.hpp
Normal file
22
SQF/dayz_code/Configs/CfgPlayerStats/sound.hpp
Normal file
@@ -0,0 +1,22 @@
|
||||
/********************************************************************************************************************/
|
||||
// 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[] = {};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user