Jump to content

مشكلةة


Recommended Posts

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

عندي مشكله هي اذا ضغطت زر اختفاء النافذهه الماوس يبقى ما يروح

addEventHandler ( 'onClientGUIClick',GUIEditor_Image[1], 
    function (    ) 
        if guiGetVisible ( GUIEditor_Window[1] ) then 
            guiSetVisible ( GUIEditor_Window[1] , false ) 
        end 
    end,false 
) 

Link to comment
آيه متاكد

نفس ذا

addEventHandler ( 'onClientGUIClick',GUIEditor_Image[1], 
    function (    ) 
        if guiGetVisible ( GUIEditor_Window[1] ) then 
            guiSetVisible ( GUIEditor_Window[1] , false ) 
        end 
    end,false 
) 
  

اسسم الزر و النافذه

addEventHandler ( 'onClientGUIClick',root, 
    function (    ) 
        if  ( source == GUIEditor_Image[1] ) and ( guiGetVisible ( GUIEditor_Window[1] ) ) then 
            guiSetVisible ( GUIEditor_Window[1] , 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...