Could someone fill this right with these: vihellys.ogg, ilmapaukku.ogg
i cant do that without crashing ofp :joystick:
class CfgSFX
{
sounds[] = { examplesound };
class examplesound
{
name = "example sound";
sounds[]={sound1,sound2,sound3};
sound1[]={"mortarambient.ogg",db-0,1,0.3,5,1,10};
sound2[]={"mgunambient2.ogg",db-0,1,0.3,5,1,10};
sound3[]={"fx001.ogg", db-0,1,0.3,0,1,10};
empty[]= {};
};
};