Jump to content

gorilla100

Member
  • Content Count

    45
  • Joined

  • Last visited

  • Medals

Posts posted by gorilla100


  1. 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 ?

×