MA[S]RIY Posted June 18, 2017 Author Share Posted June 18, 2017 7 minutes ago, Master_MTA said: قصدك الرابع كررت الفنكشن بالخطا اعذروني +_+ طيب يعني كذا مظبوط -- function guiCreateButton(x,y,x1,y1,text,state,realative,png) local imgl = guiCreateStaticImage(x,y,x1,y1,png, state, realative) local lbll =guiCreateLabel(x+0.4,y,x1,y1, text, state, realative) return imgl end log = guiCreateButton(187, 127, 88, 38,"Login", false, wnd,'gg.png') ؟ 1 Link to comment
Master_MTA Posted June 18, 2017 Share Posted June 18, 2017 2 minutes ago, MARIY said: طيب يعني كذا مظبوط -- function guiCreateButton(x,y,x1,y1,text,state,realative,png) local imgl = guiCreateStaticImage(x,y,x1,y1,png, state, realative) local lbll =guiCreateLabel(x+0.4,y,x1,y1, text, state, realative) return imgl end log = guiCreateButton(187, 127, 88, 38,"Login", false, wnd,'gg.png') ؟ يب جرب ؟ ليه ما تجرب Link to comment
MA[S]RIY Posted June 18, 2017 Author Share Posted June 18, 2017 18 hours ago, Master_MTA said: يب جرب ؟ ليه ما تجرب اخي ما يمديك تتضغط عليه وكانه مصكر #Edit: 8 hours ago, MARIY said: اخي ما يمديك تتضغط عليه وكانه مصكر ...؟ Link to comment
Master_MTA Posted June 19, 2017 Share Posted June 19, 2017 5 minutes ago, MARIY said: ^^ تاكد انك ب مسوي guiSetEnabled + لو صوره ما بيجيك تاثير عليها ترا يعني ما بتصير الالفا حقها خفيف اضغط عليها فقط لازم تسويلك يوزفل فنكشن لللالفا Link to comment
MA[S]RIY Posted June 19, 2017 Author Share Posted June 19, 2017 طيب ممكن اخي تسوي انت الكود وتجربه وبتعلم منو Link to comment
#STZ Posted June 19, 2017 Share Posted June 19, 2017 الصورة دي ثيم للعب وتقدر تعمل صورة بيضا و تلونها بمود guieditor وتبرومجها زي اي زر عادي وتعامل معاملة الزر Link to comment
MA[S]RIY Posted June 19, 2017 Author Share Posted June 19, 2017 2 hours ago, #STZ said: الصورة دي ثيم للعب وتقدر تعمل صورة بيضا و تلونها بمود guieditor وتبرومجها زي اي زر عادي وتعامل معاملة الزر طيب اخي ممكن تسويها لي مثل الصوره ذي وتعكيني الاكواد اتعلم منها Link to comment
Abu-Solo Posted June 19, 2017 Share Posted June 19, 2017 function guiCreateButton(x3, y3, width3, height3, titleBarText3, relative3 , SoloWnd) local mainBackground3 = guiCreateStaticImage ( x3, y3, width3, height3, "Button.png", relative3 , SoloWnd) ---- Button.png هذا بيكون اسم الصوره , لازم يكون محطوط بـ meta local mainBackgroundLabel3 = guiCreateLabel ( 0.4, 0, 700, 100, ""..titleBarText3, true, mainBackground3 ) guiSetEnabled ( mainBackgroundLabel3, false ) guiLabelSetColor ( mainBackgroundLabel3, 0, 0, 0 ) return mainBackground3 end --- طريقة الاستخدام, ---- بتحط الكود زي ماهو فـ الملف حق المود حقك .. ---- يعني مثلآ انت مسوي لوحة .. حط الكود هذا فوق او تحت اللوحه . --- وبس هو بيشتغل لحاله ! ---- Link to comment
MA[S]RIY Posted June 19, 2017 Author Share Posted June 19, 2017 1 hour ago, Abu-Solo said: function guiCreateButton(x3, y3, width3, height3, titleBarText3, relative3 , SoloWnd) local mainBackground3 = guiCreateStaticImage ( x3, y3, width3, height3, "Button.png", relative3 , SoloWnd) ---- Button.png هذا بيكون اسم الصوره , لازم يكون محطوط بـ meta local mainBackgroundLabel3 = guiCreateLabel ( 0.4, 0, 700, 100, ""..titleBarText3, true, mainBackground3 ) guiSetEnabled ( mainBackgroundLabel3, false ) guiLabelSetColor ( mainBackgroundLabel3, 0, 0, 0 ) return mainBackground3 end --- طريقة الاستخدام, ---- بتحط الكود زي ماهو فـ الملف حق المود حقك .. ---- يعني مثلآ انت مسوي لوحة .. حط الكود هذا فوق او تحت اللوحه . --- وبس هو بيشتغل لحاله ! ---- ذا يسوي كل الزاير الي باللوحه صح ؟ Link to comment
Abu-Solo Posted June 21, 2017 Share Posted June 21, 2017 22 hours ago, MARIY said: شكرا اخي العفو وحياك الله 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