i S6O Posted April 11, 2015 Share Posted April 11, 2015 , إلسلام عليكم ورحمة الله وبركاته , إبي فنكش إذا قربت لزر معين يطلع كتابه في ليبل حقي , حإولت وسويت ذا الكود ألفنكش ‘ function Label1 ( ) if source == iDekToR.button[1] then iDekToR.label[2] = guiCreateLabel(37, 98, 195, 21, "في منقطه الاولى / Spwan in LS", false, iDekToR.window[1]) end end function Label2 ( ) if source == iDekToR.button[2] then iDekToR.label[3] = guiCreateLabel(37, 217, 174, 15, "في المنطقه الثالثه / Spwan in SF", false, iDekToR.window[1]) end end function Label3 ( ) if source == iDekToR.button[3] then iDekToR.label[4] = guiCreateLabel(37, 161, 195, 21, "في منطقه الثانيه / Spwan in LV", false, iDekToR.window[1]) end end function Buton4 ( ) if source == iDekToR.button[4] then iDekToR.label[5] = guiCreateLabel(37, 276, 174, 15, "Close / اغلآق", false, iDekToR.window[1]) end end آلحدث ‘ addEventHandler ( "onClientMouseEnter", root, Label1 ) addEventHandler ( "onClientMouseEnter", root, Label2 ) addEventHandler ( "onClientMouseEnter", root, Label3 ) addEventHandler ( "onClientMouseEnter", root, Buton4 ) , إلمشكلة تكرر الكتابه كل مااقرب للزر , إلي ابيه أن اذا بعد الماوس عن الزر يختفي Link to comment
Mohamed Posted April 11, 2015 Share Posted April 11, 2015 اسهل من الطريقة لانتا مسويها tooltips انصحك تستخدم Link to comment
The Killer Posted April 11, 2015 Share Posted April 11, 2015 Event # 'onClientMouseEnter' function # guiSetText Link to comment
i S6O Posted April 11, 2015 Author Share Posted April 11, 2015 , إبي شرح استخدإم حدث onClientMouseLeave Link to comment
iPrestege Posted April 11, 2015 Share Posted April 11, 2015 eButton = guiCreateButton ( ....... ) eLabel = guiCreateLabel ( ......... ) function eTyping ( ) if isElement ( eLabel ) then if eventName == 'onClientMouseEnter' then guiSetText ( eLabel,'في منقطه الاولى / Spwan in LS' ) else guiSetText ( eLabel,' ' ) end end end addEventHandler ( 'onClientMouseEnter',eButton,eTyping,false ) addEventHandler ( 'onClientMouseLeave',eButton,eTyping,false ) Link to comment
i S6O Posted April 12, 2015 Author Share Posted April 12, 2015 , مشكوين جميعاً كل من شارك بإلموضوع ، لكن تمت الافادة من قبل برستيج مإقصر Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now