+Source|> Posted July 11, 2017 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 المشكلة انه لما افتح الموقع واشغل فيديو واقفل اللوحه الفيديو يظل شغال وش اسوي؟ My Website
#BrosS Posted July 11, 2017 Posted July 11, 2017 destroyElement لما يقفل اللوحة “من أراد الفشل عليه بالنجاح”
+Source|> Posted July 11, 2017 Author 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 My Website
Rockyz Posted July 11, 2017 Posted July 11, 2017 (edited) . Edited July 11, 2017 by #,+( _xiRoc[K]; >
+Source|> Posted July 11, 2017 Author 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 ) تمام خلاص My Website
Rockyz Posted July 11, 2017 Posted July 11, 2017 Just now, A7MEDENO said: تمام خلاص الي عطيتك اياه غلط لاني مانتبهت لشي
+Source|> Posted July 11, 2017 Author Posted July 11, 2017 (edited) 11 minutes ago, #,+( _xiRoc[K]; > said: الي عطيتك اياه غلط لاني مانتبهت لشي لا تمام بس الموقع اللي ما يفتح؟؟ Edited July 11, 2017 by A7MEDENO My Website
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