Arma 3 EDEN Editor Tutorial - How To Set Up Custom Sounds In Your Mission
У вашего броузера проблема в совместимости с HTML5
How To Set Up CFG Sounds In Your Mission
Let's Go For 15 Likes!
Multiple Custom Sounds Tutorial - Arma 3 Editor Tutorial - https://youtu.be/KQeOucehNUE
Discord - https://discordapp.com/invite/qgZ3fV2
Twitch - https://www.twitch.tv/ruthlessgaming45
Steam Group - http://steamcommunity.com/groups/RuthlessOG
Donate to support my channel - https://twitch.streamlabs.com/ruthlessgaming45
CFG Sounds Template Code -
class CfgSounds
{
sounds[] = {};
class intensemusic
{
//how the sound is refferd to in the game
name = "intensemusic";
//filename volume and pitch levels
sound[] = {"sound\intensemusic.ogg", 1,1};
//subtitle delay in seconds, subtitle text
titles[] = {};
};
};