Hey this is my description. ext
class CfgMusic
{
tracks[]={vientos};
class vientos
{
name = "Huaykil - Vientos De Poder (Hermetica)";
sound[] = {\music\vientos.ogg, db+0, 1.0};
titles[]={};
};
};
class Cfgsounds
{
sounds[] =
{
stanbyr, you_join, pak_secured, okay, hh66r
};
class stanbyr
{
name = "Sending trasport now stanby";
sound[] = {"radio\stanbyr.ogg", db+0, 1.0};
titles[] = {};
};
class you_join
{
name = "hey you r u join us?";
sound[] = {"radio\you_join.ogg", db+0, 1.0};
titles[] = {};
};
class pak_secured
{
name = "packaje is sekured";
sound[] = {"radio\pak_secured.ogg", db+0, 1.0};
titles[] = {};
};
class okay
{
name = "okay, we must stay here go you";
sound[] = {"radio\okay.ogg", db+0, 1.0};
titles[] = {};
};
class hh66r
{
name = "hh66r";
sound[] = {"radio\hh66r.ogg", db+0, 1.0};
titles[] = {};
};
};
class Cfgradio
{
sounds[] =
{
stanbyr, pak_secured, hh66r
};
class stanbyr
{
name = "Sending trasport now stanby";
sound[] = {"radio\stanbyr.ogg", db+0, 1.0};
titles[] = {};
};
{
name = "hh66r";
sound[] = {"radio\hh66r.ogg", db+0, 1.0};
titles[] = {};
};
{
name = "packaje is sekured";
sound[] = {"radio\pak_secured.ogg", db+0, 1.0};
titles[] = {};
};
The music Works great... I have tried using the sounds in .wss format, but still the same.. in the stringtable.csv i have this (I dont have Exel, so I use Word pad instead
)
LANGUAGE,English,Comment
STRD_pak_secured,"Packaje is secured, Waiting for estraction".
STRD_hh66r,"Sorry comrades but the trasport didnt make it, please bring the packaje by foot to HH66"
STRD_standbyr,"good job! Sending trasport now, Please stand by"
there is no error message, just nothing happens when I put a trigger whit the sound on it