1.0.2.4 RC1

This commit is contained in:
[VB]AWOL
2013-10-05 06:29:39 -05:00
parent b8b5d35926
commit 27300140a8
34 changed files with 661 additions and 77 deletions

View File

@@ -45,6 +45,14 @@ class CfgSFX {
Generator1[] = {"\dayz_sfx\effects\generator1",db+10,1,200,1,0,0,0};
Empty[] = {"",0,0,0,0,0,0,0};
};
class DestrMine {
sounds[] = {"DestrMine1","DestrMine2"};
name = "Mine destruction";
DestrMine1[] = {"\ca\BUILDINGS\sound\building2_destroy", 3.16228, 1, 150, 1, 60, 120, 240};
DestrMine2[] = {"\dayz_sfx\effects\vein_wreck.ogg", 3.16228, 1, 150, 1, 60, 120, 240};
empty[] = {"", 0, 0, 0, 0, 1, 5, 20};
}
};
#include "CfgSounds.hpp"