Jump to content

مسآعدة =)


Recommended Posts

addEventHandler("onClientGUIClick",root, 
function () 
if source == GUIEditor.staticimage[3] then 
guiSetVisible ( CMember , false) 
guiSetVisible ( CRules ,true) 
guiSetVisible ( CInfo, false) 
showCursor(true) 
end 
end 
) 

لمآ أضغط علىGUIEditor.staticimage[3]

يطلعلي

Rules

بس لما اضغط على الصوره مره ثانية ما يقفلل الـــ Rules

Link to comment
addEventHandler( "onClientGUIClick",root, 
    function (      ) 
        if source == GUIEditor.staticimage[3] then 
        if not guiGetVisible ( cRules ) then 
                guiSetVisible ( CMember , false ) 
                guiSetVisible ( CRules ,true ) 
                guiSetVisible ( CInfo, false ) 
                showCursor(true) 
        else 
            guiSetVisible ( CRules ,false ) 
            showCursor ( false ) 
        end 
    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...