Hello, I need a little help with a music script. I have written a script, which runs on a dedicated server and starts some random music files with playSound3D. With this method the music is random in every mission but each player hears the same music. But there is one problem with this way. When a player minimizes his Arma the music file pauses on his machine. So when he tabs back in Arma there is a delay between his sound and the sound of the server.  When the server starts the next music file there is a overlap between the two files with the length of the time, the player had his Arma minimized.  To solve this i need something like "stop playSound3D" which i can execute before starting the next song. Is there any way to stop playSound3D before the music file reaches it end?