G3ST3RR Posted June 7, 2018 Share Posted June 7, 2018 (edited) How to apply my own sounds to any object like tv with cleo, so this sound will stop playing if the player moves away? Edited June 7, 2018 by G3ST3RR Link to comment Share on other sites More sharing options...
_Israel_ Posted June 8, 2018 Share Posted June 8, 2018 See these codes: [email protected] = AudioStream.Load3D("path") AudioStream.LinkToObject([email protected], object) AudioStream.PerformAction([email protected], Play) Object.StorePos(object, [email protected], [email protected], [email protected]) if 00FE: locate_char_any_means_3d $Player_Actor coord [email protected] [email protected] [email protected] radius 15.0 15.0 15.0 sphere 0 then AudioStream.PerformAction([email protected], Stop) end G3ST3RR 1 Link to comment Share on other sites More sharing options...