Jump to content
Sign in to follow this  
gorilla100

Description.ext error

Recommended Posts

Hi I created this description.ext

showCompass = 0;

showGPS = 0;

showWatch = 0;

// NOTE: Your sound/radio files must be in the ...\mission\sound

// folder and your music files in the ...\mission\music folder.

class CfgMusic

{

// List of tracks (.ogg files without the .ogg extension)

tracks[] = {track2};

// Definition for each sound

class (track2)

{

name = "track2"; // Name for mission editor

sound[] = {\music\track2.ogg, db + 0, 1.0};

titles[] = {0, ""};

};

};

And i created the music folder with track1.ogg in the mission folder

but when I entered in the game the music didin't play.Why ?

Share this post


Link to post
Share on other sites

Because the music doesn't play automatically when you go into the game. You need to play the track using the playMusic command.

Share this post


Link to post
Share on other sites

I created this trigger

Condition this

Activation BLUFOR

Att. playmusic "track2", but the music didnt' start

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  

×