Update CfgSounds.hpp

This commit is contained in:
SplenectomY
2015-02-09 11:17:28 -05:00
parent 86551302de
commit 9dc196d8bd

View File

@@ -145,6 +145,21 @@ class CfgSounds {
sound[] = {"\dayz_sfx\effects\cough_2.ogg",0.3,1,40}; sound[] = {"\dayz_sfx\effects\cough_2.ogg",0.3,1,40};
titles[] = {}; titles[] = {};
}; };
class z_cough_w_0 {
name = "";
sound[] = {"\dayz_sfx\effects\cough_0.ogg",0.5,1.5,40};
titles[] = {};
};
class z_cough_w_1 {
name = "";
sound[] = {"\dayz_sfx\effects\cough_1.ogg",0.4,1.5,40};
titles[] = {};
};
class z_cough_w_2 {
name = "";
sound[] = {"\dayz_sfx\effects\cough_2.ogg",0.3,1.5,40};
titles[] = {};
};
class z_bandage_0 { class z_bandage_0 {
name = ""; name = "";
sound[] = {"\dayz_sfx\effects\bandage_0.ogg",0.3,1,40}; sound[] = {"\dayz_sfx\effects\bandage_0.ogg",0.3,1,40};