can someone tell me please whats wrong with my description.ext
class CfgSounds
{
Sounds[] =
{olim , stop , target , move , medida1 , medida2 , 1200 , matar2};
class olim
{
name = "olim";
sound[] = {"olim.ogg", db+0, 1.0};
titles[] = { };
};
class stop
{
name = "stop";
sound[] = {"stop.ogg", db+0, 1.0};
titles[] = { };
};
class target
{
name = "target";
sound[] = {"target.ogg", db+0, 1.0};
titles[] = { };
};
class move
{
name = "move";
sound[] = {"move.ogg", db+0, 1.0};
titles[] = { };
};
class medida1
{
name = "medida1";
sound[] = {"medida1.ogg", db+0, 1.0};
titles[] = { };
};
class medida2
{
name = "medida2";
sound[] = {"medida2.ogg", db+0, 1.0};
titles[] = { };
};
class 1200
{
name = "1200";
sound[] = {"1200.ogg", 1, db+0.0};
titles[] = { };
};
class matar2
{
name = "matar2";
sound[] = {"matar2.ogg", db+0, 1.0};
titles[] = { };
};
};
i try use a "[unit say "sound"]"
it gives a not found error
thanks..