Can anyone tell me what im doing wrong? Ive searched forums and from what I can see Ive done all I should have?
I have a file in my missions folder called "sounds"
In there ive got two ogg files....crowd and scream.
In my description.ext ive got .....
class CfgSounds
{
sounds[] = {};
class scream
{
name = "";
sound[] = {"\sound\scream.ogg", 1, 1};
titles[] = {};
};
class crowd
{
name = "";
sound[] = {"\sound\crowd.ogg", 1, 1};
titles[] = {};
};
};
But when I put <playsound "crowd" or "scream">
Nothing happens?