Jump to content

i_need_help

Member
  • Content Count

    48
  • Joined

  • Last visited

  • Medals

Posts posted by i_need_help


  1. // ***********************************************************************

    // **** Description file for Operation Flashpoint

    // **** Generated by Chris's OFP Script Editor

    // **** Create Description Wizard

    // ***********************************************************************

    class CfgMusic

    {

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

    tracks[] = {Sly and the Family Stone - War (What is it good for)};

    // Class definition needed for each music track

    class Sly and the Family Stone - War (What is it good for)

    {

    // Name to display in mission editor

    name = "Sly and the Family Stone - War (What is it good for)";

    // Music path, volume, pitch

    sound[] = {\music\Sly and the Family Stone - War (What is it good for).ogg, db + 0, 1.0};

    };

    };

×