Title pretty much says it all. I have two Cfgsounds im trying to add in, how is it formatted so that they both work. Here's what I have....
class CfgSounds { sounds[] = {siren}; class siren { name = "siren"; sound[] = {Scripts\sirens\siren.ogg,0.5,1}; titles[] = {}; }; ; sounds[] = {carLock }; class carLock { name="carLock"; sound[]={carlock.ogg,0.9,1}; titles[] = {}; }; };