Jump to content

مووششكل


Recommended Posts

سلام عليكم شوفو الكود

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

مشكله اخرى

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 by A7MEDENO
Link to comment
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...