Jump to content

طلب كود زر الخروج من اللوحة


Recommended Posts

السسسلآم عليكم ورحمه الله وبركاته :)

كيف الحآل أن شاء الله بخير .. :P

ألمهم ,, شباب ابي كود ألخروج من اللوحة يعني مثلآ سويت لوحة وسويت Button :!:

وأبي من أضغط على ألـ Button يخرج من اللوحة :mrgreen:

أتمنى فهمتوني , + أذا ما في تعب ابي مثال بسيط

وشكرآ :D:D

Link to comment

addEventHandler("onClientGUIClick",root,  
function ()  
if source == <ضع هنا اسم الزر الذي تريد ان يغلق اللوحة> then  
if ( guiGetVisible(اسم النافذه) == false ) then 
showCursor(true) 
end 
guiSetVisible ( اسم النافذة, false ) 
showCursor(false) 
guiSetInputEnabled(false) 
end  
end )  
Link to comment
addEventHandler("onClientGUIClick",root,  
function ()  
if source == <ضع هنا اسم الزر الذي تريد ان يغلق اللوحة> then  
if ( guiGetVisible(اسم النافذه) == false ) then 
showCursor(true) 
end 
guiSetVisible ( اسم النافذة, false ) 
showCursor(false) 
guiSetInputEnabled(false) 
end  
end )  

من أركب الكود , اللوحة تخرب

Link to comment

--Wid -- اسم الوحة يلي تسكر 
--Button -- اسم الزر يلي يسكر الوحة 
  
addEventHandler("onClientGUIClick",root, 
function () 
    if source == Button then 
        guiSetVisible ( Wid, false ) 
        showCursor(false) 
    end 
end) 
Link to comment
--Wid -- اسم الوحة يلي تسكر 
--Button -- اسم الزر يلي يسكر الوحة 
  
addEventHandler("onClientGUIClick",root, 
function () 
    if source == Button then 
        guiSetVisible ( Wid, false ) 
        showCursor(false) 
    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...