MrEddyG 1 Posted September 30, 2016 I have a mission that creates side missions. When the side mission starts, I want it to play a sound file. I have created the sound file, put it in a folder called sound. I created a description.ext file with the following entry. class CfgSounds { sounds[] = {}; class dis { name = "dis"; sound[] = {"sound\dis.ogg", 1, 1}; titles[] = {}; }; }; The file is in the folder named sound. The first line of the side mission sqf file calls for the sound playsound "dis"; if (isServer) then { playsound "dis"; When in editor, I start the mission in multiplayer, the first mission starts up and the sound plays. Once I PBO the mission and load it up to the dedicated server, the sound no longer plays. Any Idea? Share this post Link to post Share on other sites
yxman 90 Posted October 1, 2016 wrong subforum, belongs to: https://forums.bistudio.com/forum/154-arma-3-mission-editing-scripting/ Share this post Link to post Share on other sites