nachtmasse
New Member
Fantastic Community!!!!
I created an costum Sound Trigger for DayZ Epoch with 2D Editor. The Sound works but he is Global.
How can i fix it that the sound is only hearable in the trigger Area.
my mission.sqm:
Class Sensors:
I created an costum Sound Trigger for DayZ Epoch with 2D Editor. The Sound works but he is Global.
How can i fix it that the sound is only hearable in the trigger Area.
my mission.sqm:
Class Sensors:
Code:
class Item3
{
position[]={11434.885,144.6488,3999.8887};
a=30;
b=30;
activationBy="WEST";
interruptable=1;
age="UNKNOWN";
expActiv="playSound ""mkhaus""";
class Effects
{
};
};
};
};