Well i was working on one of my missions and the sound files just will not play, here is part of the Description.ext, i dont see any problems!
class CfgSounds
{
sounds[] = { };
class spark
{
name = "spark"
sound[] = {\sound\spark.wav, db + 5, 1.0};
titles[] = {0, ""};
};
class Wind
{
name = "Wind";
sound[] = {\sound\Wind.wav, db + 40, 5.0};
titles[] = {0, ""};
};
};
class CfgMusic
{
tracks[] = { };
class ironman
{
name = "ironman";
sound[] = {\music\ironman.wav, db + 5, 1.0};
};
class ussr
{
name = "ussr";
sound[] = {\music\ussr.wav, db + 5, 1.0};
};
};
Can somebody please helping find the problem, the auido files are .wav, which works with opf.
Thx