Jump to content
  • 0

Intermittent Sounds


Liqu1dShadow

Question

Can anyone tell me how I would add an array of sounds that might happen randomly with a minimum and maximum distance apart in seconds?

 

class CfgSounds
{
   sounds[] = {};
   
    class birdsound
    {
        name = "birdsound";
        sound[] = {"sounds\birds.ogg",db-5,1.0};
        titles[]={};
    };
};

 

No idea where to go from here!

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...