mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
7e4d7c1083
Note: Item Models might need to be replaced. Item Textures might need to be replaced. Icons might need to be replaced.
45 lines
1.1 KiB
C++
45 lines
1.1 KiB
C++
class CfgSounds
|
|
{
|
|
class cse_heartbeat_fast_1
|
|
{
|
|
name = "cse_heartbeat_fast_1";
|
|
sound[] = {"cse\cse_sys_medical\sounds\heart_beats\fast_1.wav","db-1",1};
|
|
titles[] = {};
|
|
};
|
|
class cse_heartbeat_fast_2
|
|
{
|
|
name = "cse_heartbeat_fast_2";
|
|
sound[] = {"cse\cse_sys_medical\sounds\heart_beats\fast_2.wav","db-1",1};
|
|
titles[] = {};
|
|
};
|
|
class cse_heartbeat_fast_3
|
|
{
|
|
name = "cse_heartbeat_fast_3";
|
|
sound[] = {"cse\cse_sys_medical\sounds\heart_beats\fast_3.wav","db-1",1};
|
|
titles[] = {};
|
|
};
|
|
class cse_heartbeat_norm_1
|
|
{
|
|
name = "cse_heartbeat_norm_1";
|
|
sound[] = {"cse\cse_sys_medical\sounds\heart_beats\norm_1.wav","db-1",1};
|
|
titles[] = {};
|
|
};
|
|
class cse_heartbeat_norm_2
|
|
{
|
|
name = "cse_heartbeat_norm_2";
|
|
sound[] = {"cse\cse_sys_medical\sounds\heart_beats\norm_2.wav","db-1",1};
|
|
titles[] = {};
|
|
};
|
|
class cse_heartbeat_slow_1
|
|
{
|
|
name = "cse_heartbeat_slow_1";
|
|
sound[] = {"cse\cse_sys_medical\sounds\heart_beats\slow_1.wav","db-1",1};
|
|
titles[] = {};
|
|
};
|
|
class cse_heartbeat_slow_2
|
|
{
|
|
name = "cse_heartbeat_slow_2";
|
|
sound[] = {"cse\cse_sys_medical\sounds\heart_beats\slow_2.wav","db-1",1};
|
|
titles[] = {};
|
|
};
|
|
}; |