BGM17 Posted August 12, 2015 Report Share Posted August 12, 2015 Hi redone a few sirens in my private mod and now when I enable them they seem to only play where they are activated and don't follow the vehicle any ideas? Cheers. Quote Link to comment Share on other sites More sharing options...
Superjajaman75 Posted August 31, 2015 Report Share Posted August 31, 2015 Try to add that!v.AttachSound(); Quote Link to comment Share on other sites More sharing options...
itchboy Posted August 31, 2015 Report Share Posted August 31, 2015 Hi redone a few sirens in my private mod and now when I enable them they seem to only play where they are activated and don't follow the vehicle any ideas? Cheers.You might have made an error with implementing the siren script. Usually involves the DummyUpdatePos section. Check to see if that is activated, or if any errors are contained within that area. Also, you should check if the invisible object generated by the script actually exists. Not to mention the main siren script should be checked for any anomalies if the DummyObject does not spawn and get updated. Quote Link to comment Share on other sites More sharing options...