جرب كذا
addEventHandler("onClientMouseEnter",root, function ( )
if ( source == GUIEditor.staticimage[4] or source == GUIEditor.staticimage[5] ) then
guiSetAlpha ( source , 1.0 )
end
end )
addEventHandler("onClientMouseLeave",root, function ( )
if ( source == GUIEditor.staticimage[4] or source == GUIEditor.staticimage[5] ) then
guiSetAlpha ( source , 0.5 )
end
end )