Blinker. Posted April 3, 2015 Share Posted April 3, 2015 Hello folks , i was wondering why am i getting that error in F8 "BASS ERROR 0 in PlayStream b3D = false path = http://yt.pilovali.nl/dl.php?id=https:/ ... SOzN0eihsE" i'm using: playSound("http://yt.pilovali.nl/dl.php?id=https://www.youtube.com/watch?v=rSOzN0eihsE") Thanks in advance. EDIT: Btw , im in a local server , but i have internet. Link to comment
Castillo Posted April 3, 2015 Share Posted April 3, 2015 I guess the website is not working, and failing to convert the video to audio only. Link to comment
Blinker. Posted April 3, 2015 Author Share Posted April 3, 2015 well so , how to make it work , i mean how to get a new api .. i have 0 knowledge in apis Link to comment
SpecT Posted April 4, 2015 Share Posted April 4, 2015 That's from the Youtube to MP3 player that is in the community. The API he used is down so you no longer can use it. Link to comment
Blinker. Posted April 5, 2015 Author Share Posted April 5, 2015 so where / how can i get a new api ? Link to comment
SpecT Posted April 5, 2015 Share Posted April 5, 2015 so where / how can i get a new api ? I don't think that there is any fast converting Youtube to MP3 API. Link to comment
Blinker. Posted April 6, 2015 Author Share Posted April 6, 2015 where to get a new api from lol Link to comment
MisterQuestions Posted April 6, 2015 Share Posted April 6, 2015 Try registering at google, i dont remember web but they offer something for getting api's for thei apps. Link to comment
#RooTs Posted April 7, 2015 Share Posted April 7, 2015 you have to download the arquiro and use it in mp3 format playSound ( "http://yoursite.com/files/track.mp3" ) -- or playSound ( "files/track.mp3" ) Link to comment
#RooTs Posted April 7, 2015 Share Posted April 7, 2015 my script example playSound3D and of file sound = playSound3D("http://servzika.net/Alesso.mp3", 1261.08752, -2018.86438, 59.388856, true) setSoundMaxDistance(sound, 40) setSoundMinDistance(sound, 1) setSoundVolume(sound, 100) example playSound in WIKI function wasted (killer, weapon, bodypart) local sound = playSound("sounds/wasted.mp3") --Play wasted.mp3 from the sounds folder setSoundVolume(sound, 0.5) -- set the sound volume to 50% end addEventHandler("onClientPlayerWasted", getLocalPlayer(), wasted) --add the event handler Link to comment
Mr.unpredictable. Posted April 7, 2015 Share Posted April 7, 2015 my script example playSound3D and of file sound = playSound3D("http://servzika.net/Alesso.mp3", 1261.08752, -2018.86438, 59.388856, true) setSoundMaxDistance(sound, 40) setSoundMinDistance(sound, 1) setSoundVolume(sound, 100) example playSound in WIKI function wasted (killer, weapon, bodypart) local sound = playSound("sounds/wasted.mp3") --Play wasted.mp3 from the sounds folder setSoundVolume(sound, 0.5) -- set the sound volume to 50% end addEventHandler("onClientPlayerWasted", getLocalPlayer(), wasted) --add the event handler Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now