momar5700 Posted December 9, 2015 Share Posted December 9, 2015 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
Me[Z]oO Posted March 30, 2016 Share Posted March 30, 2016 replace source button name example guiSetAlpha ( button,0.76) Link to comment
Recommended Posts