Hi guys,
My suggestion is a new function to play custom sounds and webstreams just like in MTA:SA.
Example:
sound.playFromFile(file or url, looped);
sound.playFromFile("mysound.mp3", true);
sound.playFromURL(url or file, posX, posY, posZ, distance, dimension, looped);
sound.playFromURL("http://stream.musicfm.hu:8000/musicfm.mp3", -365.2, 202.4, 10, 50, 0, false);