Jump to content

helppp


momar5700

Recommended Posts

addEventHandler ( "onClientMouseEnter", GUIEditor.staticimage[3], 
    function ( ) 
        guiSetAlpha(source, 1) 
    end 
, false ) 
  
addEventHandler ( "onClientMouseLeave", GUIEditor.staticimage[3], 
    function ( ) 
        guiSetAlpha(source, 0.76) 
    end 
, false ) 
  
addEventHandler ( "onClientMouseEnter", GUIEditor.staticimage[2], 
    function ( ) 
        guiSetAlpha(source, 1) 
    end 
, false ) 
  
addEventHandler ( "onClientMouseLeave", GUIEditor.staticimage[2], 
    function ( ) 
        guiSetAlpha(source, 0.76) 
    end 
, false ) 
  
addEventHandler ( "onClientMouseEnter", GUIEditor.staticimage[1], 
    function ( ) 
        guiSetAlpha(source, 1) 
    end 
, false ) 
  
addEventHandler ( "onClientMouseLeave", GUIEditor.staticimage[1], 
    function ( ) 
        guiSetAlpha(source, 0.76) 
    end 
, false ) 
  
addEventHandler ( "onClientGUIClick", resourceRoot, function (  ) 
if ( source == GUIEditor.staticimage[3]  ) then 
guiSetVisible(window23,false) showCursor(false)  
end --  
end -- .. 
) --  
  
addEventHandler ( "onClientGUIClick", resourceRoot, function (  ) 
if ( source == GUIEditor.staticimage[2]  ) then 
guiSetVisible(window23,false) showCursor(false)  
end --  
end -- .. 
) --  
  
addEventHandler ( "onClientGUIClick", resourceRoot, function (  ) 
if ( source == GUIEditor.staticimage[1]  ) then 
guiSetVisible(window23,false) 
showCursor(false) 
end --   
end -- .. 
) --  

What is his problem

Link to comment
  • 3 weeks later...
  • 3 months later...
  • Recently Browsing   0 members

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