AboFaisal Posted July 10, 2013 Share Posted July 10, 2013 أول شي كل عام وأنتم بخيير , رمضان مبارك للجميع أن شاء الله أبي تعديل للكود function showClientImage() guiCreateStaticImage( 0.40, 0, 0.32, 0.08333, "logo1.png", true, nil) end addEventHandler( "onClientResourceStart", getResourceRootElement( getThisResource() ), showClientImage ) أبي تجي صوره .. وبعدها بـ ثانيه تجي صوره فوقها وتكرر يعني تصير logo1.png وبعدين logo2.png مثآل ^ وترجع logo1.png وبعدين logo2.png والنتيجه تصير logo1.png logo2.png logo1.png logo2.png logo1.png logo2.png ~_~ أتمنى يكون وآضضح ! Link to comment
iPrestege Posted July 10, 2013 Share Posted July 10, 2013 اظن طلبت انت واحد وافدتكـ فية ابحث عنة وعدلة! Link to comment
AboFaisal Posted July 10, 2013 Author Share Posted July 10, 2013 اظن طلبت انت واحد وافدتكـ فية ابحث عنة وعدلة! الموضوع أضن حذفته .. وكان الطلب غير عن هذا الطلب .. انا طلبت ذاك بنافذه .. وكودك معقد .. انا الحين ابيه خآرج النآفذه Link to comment
فاّرس Posted July 10, 2013 Share Posted July 10, 2013 setTimer guiStaticImageLoadImage او تقدر تسويها بـ guiSetVisible , Link to comment
AboFaisal Posted July 10, 2013 Author Share Posted July 10, 2013 setTimer guiStaticImageLoadImage Example Link to comment
فاّرس Posted July 10, 2013 Share Posted July 10, 2013 اظن واضح بالويكي, local myImage = guiCreateStaticImage ( 0.45, 0.48, 0.2, 0.5, "myimage.png", true ) setTimer ( guiStaticImageLoadImage, 1000, 1, myImage, "otherimage.png" ) Link to comment
AboFaisal Posted July 10, 2013 Author Share Posted July 10, 2013 setTimer guiStaticImageLoadImage او تقدر تسويها بـ guiSetVisible , ياخي المشكله إذا عدلت عليه قلتوآ نسسخ لصق وخذ هذا لول function showClientImage() guiCreateStaticImage( 0.40, 0, 0.32, 0.08333, "logo1.png", true, nil) esle guiCreateStaticImage( 0.40, 0, 0.32, 0.08333, "logo2.png", true, nil) SetTime(1000,10) end end ) addEventHandler( "onClientResourceStart", getResourceRootElement( getThisResource() ), showClientImage ) Link to comment
فاّرس Posted July 10, 2013 Share Posted July 10, 2013 هذا مثال , ذذ OldImg = guiCreateStaticImage(....) addEventHandler("onClientGUIClick",Button, function() guiStaticImageLoadImage(OldImg,'logo1.png') else guiStaticImageLoadImage(OldImg,'logo2.png') end,false ) Link to comment
Mr.T9 Posted July 10, 2013 Share Posted July 10, 2013 مافهمتك .. ؟ قصدك اول ماتدخل السيرفر تجيك الصور ؟ Link to comment
iPrestege Posted July 10, 2013 Share Posted July 10, 2013 هذا مثال , ذذ OldImg = guiCreateStaticImage(....) addEventHandler("onClientGUIClick",Button, function() guiStaticImageLoadImage(OldImg,'logo1.png') else guiStaticImageLoadImage(OldImg,'logo2.png') end,false ) امم تقدر تخربني كيف سويت else او بمعنى اوضح تخيير وانت ماسويت شرط او اياَ كان؟ !؟ Link to comment
فاّرس Posted July 10, 2013 Share Posted July 10, 2013 حسبت اني سويت if source == Button then مدري كيف حطيته بالحدث Link to comment
iPrestege Posted July 10, 2013 Share Posted July 10, 2013 حتى لو صار ماراح تتحقق الى يوم يصير السورس ماهو الزر >< يعني لو نفس الزر ماراح تتحقق ذذذذذذ local g_MainImage = guiCreateStaticImage ( --[[--]] ); local g_Clicked = false; addEventHandler('onClientGUIClick',g_Button, function ( ) if not ( g_Clicked ) then guiStaticImageLoadImage( g_MainImage,'Path' ); else guiStaticImageLoadImage( g_MainImage,'Path' ); end g_Clicked = not g_Clicked; end,false ) 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