Jump to content
Sign in to follow this  
BullyBoii

cannot get music workking

Recommended Posts

hi all,

im having a slight problem with getting a musicfile to play in arma 3 mulitplayer

here is the description.ext code

class CfgMusic
{
// List of tracks (.ogg files without the .ogg extension)
tracks[] = {last_resort_15sec};

// Definition for each sound
class last_resort_15sec
{
	name = "last_resort_15sec"; // Name for mission editor
	sound[] = {\music\last_resort_15sec.ogg, db + 1, 1.0};
	titles[] = {0, ""};
};
};

and here is the code in-game

playMusic "last_resort_15sec";

if you can spot any errors or if you have any way of getting around this problem please could you post below, thankyou

Adam B - BullyBoii

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×