acount deleted Posted June 25, 2014 Share Posted June 25, 2014 ي اخوي شوف وش ذا ي اخي اقرا السينتاكس حاط صورة بفنكشن عمل زر؟ ما ابي اكمل خايف انصك باند المرة الجاية لاتهايط معاي برب من وين طالع لي الدبشه الي فوق اي دبشة تزويد مشاركات عالفاضي لو انت رجال كنت رحت تشوف اخطائك لو انت ما تعرف شي اسمه ويكي اطلع من امها ذا سينتاكس حقت فنكشن عمل زر element guiCreateButton ( float x, float y, float width, float height, string text, bool relative, [ element parent = nil ] ) addEventHandler( "onClientResourceStart", root, function() f = guiCreateButton( 20, 200, 100, 100, "myButton", true ) -- تسوي زر guiSetAlpha(f, 0) -- هذي عشان تخفي الزر الي راح نحط عليه الصورة guiCreateStaticImage( 20, 200, 100, 100, "imagename.png", false ) -- تسوي صورة على مقاس الزر المخفي end ) addEventHandler ( "onClientGUIClick", root, function() if source == f then -- نتحقق ان المصدر الزر الي حطيناه فوق outputChatBox("you pressed the button") -- لما يضغط الزر يجي الكلام في الشات end end ) كذا نفس الاحداثيات و الحجم و كل شي الان برب مسافر برجع بكرا عشان ما القى نت هناك Link to comment
KaduRo Posted June 25, 2014 Share Posted June 25, 2014 للحين ما في افادة !! اخوي مشكلتك بسيطة image = guiCreateStaticImage(....) addEventHandler("onClientMouseEnter" , image , function () guiStaticImageLoadImage(..) end) addEventHandler("onClientMouseLeave" , image , function () guiStaticImageLoadImage(..) end) انت اخوي شوف سينتاكس حقت الفنكشات فوق Link to comment
acount deleted Posted June 25, 2014 Share Posted June 25, 2014 (edited) للحين ما في افادة !! اخوي مشكلتك بسيطة image = guiCreateStaticImage(....) addEventHandler("onMouseEnter" , image , function () guiStaticImageLoadImage(..) end) addEventHandler("onMouseLeave" , image , function () guiStaticImageLoadImage(..) end) انت اخوي شوف سينتاكس حقت الفنكشات فوق انت فاهمه غلط هو ما قالك لما يحط الماوس فوق الصورة تتغير هو قالك يبي يخلي زر مثل كذا يعني مثل الزر الي تضغط عليه يحط صورة فوقها زر مخفي Edited June 25, 2014 by Guest Link to comment
acount deleted Posted June 25, 2014 Share Posted June 25, 2014 بس اخوي فهاوه ما يعرف شي اسمه سينتاكس للاسف 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