ThePrime Posted July 3, 2021 Share Posted July 3, 2021 Hey guys, i want to make a youtube based speaker system, but i have searched for working api, i didnt found anything. I just need an api wich works like this: Thanks for helping! playSound3D("converterlink.xyz/fetch/url=" .. url, x, y, z, true ) Link to comment
Kenix Posted July 3, 2021 Share Posted July 3, 2021 (edited) I made some years ago a youtube-based mp3 player. Scheme is pretty simple: Create browser && hide this browser https://wiki.multitheftauto.com/wiki/CreateBrowser Load url (change tracks) https://wiki.multitheftauto.com/wiki/LoadBrowserURL Change volume (via setBrowserVolume) https://wiki.multitheftauto.com/wiki/SetBrowserVolume You can't use playSound3D directly to youtube. Edited July 3, 2021 by Kenix 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