Jump to content

سؤال :/


Recommended Posts

4 minutes ago, #AL-J7EEEM said:

مثال لو سمحت :)

addEventHandler("onClientGUIClick",root,
function ()
if source == button -- اسم الزر اللي تبيه يفتح اللوحة
guiSetVisible(window1,false) -- اللوحة اللي تبي تقفلها
guiSetVisible(window2,true) -- اللوحة اللي تبي تظهرها
  end
 end)   

 

Link to comment
addEventHandler("onClientGUIClick",root, 
function () 
if source == system then 
if ( guiGetVisible(wnd_manager) == false ) then
            guiSetVisible(wnd,false)
			showCursor(false)
			guiSetInputEnabled(false)
	end
	guiSetVisible(wnd_manager,not guiGetVisible(wnd_manager))
	showCursor(guiGetVisible(wnd_manager))
	guiSetInputEnabled(guiGetVisible(wnd_manager))
end 
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...