Jump to content
Sign in to follow this  
tequnique

Another sound issue

Recommended Posts

Ok... I've searched far and wide... and did not find any posts that solves this one:

What do I do wrong?

sounds[] = {Stop, comeout, whosthere};


class Stop
{
name = "stop";
sound[] = {\Sound\stoporiwillshoot.ogg, db+0, 1.0};
titles[] = {0,""};
};
class Comeout
{
name = "comeout";
sound[] = {\Sound\comeoutwithhandsup.ogg, db+0, 1.0};
titles[] = {0,""};
};
class whoisthere
{
name = "whoisthere";
sound[] = {\Sound\stopwhosthere.ogg, db-8, 1.0};
titles[] = {0,""};
};
};
};

I get this error message:

F:\Documents and settings\Erlend\My documents\Arma 2 Other Profiles\Tequnique\missions\RCO_Innameoflove.chernarus\description.ext, line 0:`.`: {`encountered instead of `=`

What do you think?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×