DMC Posted March 10, 2009 Report Share Posted March 10, 2009 I posted this before but can somebody help me to change the siren(sound) from my fbi suv to: Mods\Los Angeles Mod v1.8\Audio\Fx\sirens\ALTERNATE SIRENS\Siren05.wavi have seen the tutorial but i just dont get it?? wich line do i hav e to change??can somebody help me??thankstake care, DMC Quote Link to comment Share on other sites More sharing options...
DMC Posted March 11, 2009 Author Report Share Posted March 11, 2009 someone?? Quote Link to comment Share on other sites More sharing options...
bennie900 Posted March 11, 2009 Report Share Posted March 11, 2009 Find this part in the LASiren.script file (located LAmod/scripts/game/command/) StrCompare(v.GetPrototypeFileName(), PROTO_FBI_SUV) == 0) { int random = Math::rand()%2; if (random == 0) { soundID = Audio::PlaySample3D("mod:Audio/FX/Sirens/Siren05.wav", CarPos, true); } else { soundID = Audio::PlaySample3D("mod:Audio/FX/Sirens/Siren06.wav", CarPos, true); } }Change both of these lines soundID = Audio::PlaySample3D("mod:Audio/FX/Sirens/Siren05.wav", CarPos, true); to soundID = Audio::PlaySample3D("mod:Audio/FX/Sirens/ALTERNATE SIRENS/Siren05.wav", CarPos, true);That should do it P.S this will also change the, LASD_VAN, BOMB_SQUAD, HUMMERH2_LASD, WATERCANNON, RESCUE02, RESCUE01 and SUV_LAPD vehicles. If you dont want to change them, write back here and i can change it for you. Quote Link to comment Share on other sites More sharing options...
DMC Posted March 12, 2009 Author Report Share Posted March 12, 2009 @Bennie900Thanks but as you said i just want to change the siren of the fbi suv so could you please give me that lines to?? thanks, DMC Quote Link to comment Share on other sites More sharing options...
bennie900 Posted March 12, 2009 Report Share Posted March 12, 2009 Use this script, i cant explain it in an easy way,Just replace the old siren script.It works, if not write in here again.Take careLASiren.zip Quote Link to comment Share on other sites More sharing options...
DMC Posted March 12, 2009 Author Report Share Posted March 12, 2009 IT WORKS!!thanks,DMC Quote Link to comment Share on other sites More sharing options...