+Source|> Posted July 11, 2017 Share Posted July 11, 2017 سلام عليكم شوفو الكود addEventHandler("onClientGUIClick", t7km, function() if source == GUIEditor.button[2] then ytublb = guiCreateTabPanel(9, 19, 1097, 525, false) ytubbro = guiCreateBrowser( 0, 0, 600, 400, false, false, true, ytublb ) local ferget = guiGetBrowser(ytubbro) addEventHandler("onClientBrowserCreated", ferget, ferload) end end ) function ferload() loadBrowserURL( source, "https://www.youtube.com/" ) end المشكلة انه لما افتح الموقع واشغل فيديو واقفل اللوحه الفيديو يظل شغال وش اسوي؟ Link to comment
#BrosS Posted July 11, 2017 Share Posted July 11, 2017 destroyElement لما يقفل اللوحة Link to comment
+Source|> Posted July 11, 2017 Author Share Posted July 11, 2017 (edited) مشكله اخرى addEventHandler("onClientGUIClick", t7km, function() if source == GUIEditor.button[1] then mntdatab = guiCreateTabPanel( 9, 19, 1097, 525, false ) mntdabros = guiCreateBrowser( 0, 0, 600, 400, false, false, true, mntdatab ) local mntdaget = guiGetBrowser(mntdabros) addEventHandler("onClientBrowserCreated", mntdaget, mntada) end end ) function mntada() loadBrowserURL( source, "http://malzombie.yoo7.com/forum" ) end الموقع دا ما يفتح Edited July 11, 2017 by A7MEDENO Link to comment
Rockyz Posted July 11, 2017 Share Posted July 11, 2017 (edited) . Edited July 11, 2017 by #,+( _xiRoc[K]; > Link to comment
+Source|> Posted July 11, 2017 Author Share Posted July 11, 2017 3 minutes ago, #,+( _xiRoc[K]; > said: جرب : bindKey( kk, "down", function() guiSetVisible( GUIEditor.window[1], not guiGetVisible ( GUIEditor.window[1] ) ) showCursor( guiGetVisible ( GUIEditor.window[1] ) ) guiSetVisible( ytublb, not guiGetVisible ( ytublb ) ) guiSetVisible( ytubbro, not guiGetVisible ( ytublb ) ) destroyElement ( guiGetVisible ( GUIEditor.window[1] ) == false ) end ) تمام خلاص Link to comment
Rockyz Posted July 11, 2017 Share Posted July 11, 2017 Just now, A7MEDENO said: تمام خلاص الي عطيتك اياه غلط لاني مانتبهت لشي Link to comment
+Source|> Posted July 11, 2017 Author Share Posted July 11, 2017 (edited) 11 minutes ago, #,+( _xiRoc[K]; > said: الي عطيتك اياه غلط لاني مانتبهت لشي لا تمام بس الموقع اللي ما يفتح؟؟ Edited July 11, 2017 by A7MEDENO 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