+Source|> Posted May 28, 2019 Share Posted May 28, 2019 كيف اخلي الايدت بوكس تقبل روابط يوتيوب ابي لما شخص يحط رابط يوتيوب في الايدت بوكس يشغل الفيديو Link to comment
Hakan Posted May 28, 2019 Share Posted May 28, 2019 تبي يشغل الفيديو ولا بس يشغل صوت ؟ Link to comment
+Source|> Posted May 28, 2019 Author Share Posted May 28, 2019 29 minutes ago, Hakan said: تبي يشغل الفيديو ولا بس يشغل صوت ؟ صوت Link to comment
MrKAREEM Posted May 28, 2019 Share Posted May 28, 2019 -- كمثال -- -- كلينت -- edite = guiCreateEdite(10, 80, 350, 20,'') button = guiCreateButton(273, 124, 120, 24, "try") addEventHandler('onClientGUIClick',root, function() if source == button then local url = guiGetText(edite) if url == '' or not url then return end link = "http://www.youtubeinmp3.com/fetch/?video="..url playSound(link) end end ) مثال 2 Link to comment
+Source|> Posted May 28, 2019 Author Share Posted May 28, 2019 5 hours ago, MrKAREEM said: -- كمثال -- -- كلينت -- edite = guiCreateEdite(10, 80, 350, 20,'') button = guiCreateButton(273, 124, 120, 24, "try") addEventHandler('onClientGUIClick',root, function() if source == button then local url = guiGetText(edite) if url == '' or not url then return end link = "http://www.youtubeinmp3.com/fetch/?video="..url playSound(link) end end ) مثال ما اشتغل Link to comment
MrKAREEM Posted May 28, 2019 Share Posted May 28, 2019 3 hours ago, +Source|> said: ما اشتغل معلش سويت خطا شوف التوبيك دا 1 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