Liqu1dShadow Posted March 31, 2015 Report Share Posted March 31, 2015 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 More sharing options...
Question
Liqu1dShadow
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
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now