SaedAmer Posted June 16, 2016 Share Posted June 16, 2016 السلام عليكم و رحمة الله و بركاته اسم الخط الي بالصورة ؟؟ Link to comment
SaedAmer Posted June 16, 2016 Author Share Posted June 16, 2016 مش هو لانه لما جيت اكتب تحس انه اخط باهت ثواني اويك صورة Link to comment
Adham Posted June 16, 2016 Share Posted June 16, 2016 وش الا هوا انا معي المود والخط هوا كبر الحجم Link to comment
Mr.CoR Posted June 16, 2016 Share Posted June 16, 2016 هذا خط عليه تأثيرات سوي dxDrawText guieditor بمود ال وسوي كلك يمين وتحصل بالخيارات مكتوب Outline Shadow طق عليهم وتقدر تعدل لون الاوت لاين او الضل Link to comment
Ahmed.MoataZ Posted June 17, 2016 Share Posted June 17, 2016 حط فى ملف الكلنت function dxDrawFramedText(message, left, top, width, height, color, scale, font, alignX, alignY, clip, wordBreak, postGUI, frameColor) color = color or tocolor(255, 255, 255, 255) frameColor = frameColor or tocolor(0, 0, 0, 255) scale = scale or 1.1 font = font or "default" alignX = alignX or "left" alignY = alignY or "top" clip = clip or false wordBreak = wordBreak or false postGUI = postGUI or false dxDrawText(message, left + 1, top + 1, width + 1, height + 1, frameColor, scale, font, alignX, alignY, clip, wordBreak, postGUI) dxDrawText(message, left + 1, top - 1, width + 1, height - 1, frameColor, scale, font, alignX, alignY, clip, wordBreak, postGUI) dxDrawText(message, left - 1, top + 1, width - 1, height + 1, frameColor, scale, font, alignX, alignY, clip, wordBreak, postGUI) dxDrawText(message, left - 1, top - 1, width - 1, height - 1, frameColor, scale, font, alignX, alignY, clip, wordBreak, postGUI) dxDrawText(message, left, top, width, height, color, scale, font, alignX, alignY, clip, wordBreak, postGUI) end وبدل ما تستخدم dxDrawText حط dxDrawFramedText Link to comment
SaedAmer Posted June 17, 2016 Author Share Posted June 17, 2016 هذا خط عليه تأثيرات سوي dxDrawText guieditor بمود ال وسوي كلك يمين وتحصل بالخيارات مكتوب Outline Shadow طق عليهم وتقدر تعدل لون الاوت لاين او الضل تمام اخي عملتها بس لما اجي اكتب مسج الكلام ما بطلع بالون الابيض و تقيل الي هو default-bold عاوزه زي كده Link to comment
Mr.CoR Posted June 17, 2016 Share Posted June 17, 2016 هذا خط عليه تأثيرات سوي dxDrawText guieditor بمود ال وسوي كلك يمين وتحصل بالخيارات مكتوب Outline Shadow طق عليهم وتقدر تعدل لون الاوت لاين او الضل تمام اخي عملتها بس لما اجي اكتب مسج الكلام ما بطلع بالون الابيض و تقيل الي هو default-bold عاوزه زي كده لازم تسوي دي اكس ثاني للكلام وتخلي لونه ابيض وتنسقه ع مزاجك او تضيف كود اللون الابيض قبل الكلام Link to comment
SaedAmer Posted June 17, 2016 Author Share Posted June 17, 2016 خلاص سويتها دلوقتي عاوز لما اكتب و اضغط انتر لون العاجل يتقلب اصفر لمدة 3 ثواني و يرجع ل لونه العادي الي انا عمله بيه Link to comment
SaedAmer Posted June 17, 2016 Author Share Posted June 17, 2016 كده؟ setTimer( function() set math.random ( 0, 255, 255) end, 300000, 0) Link to comment
Ahmed.MoataZ Posted June 17, 2016 Share Posted June 17, 2016 شوف الكود الى انا كاتبه فوق وركز فى color = color or tocolor(255, 255, 255, 255) غير اللون الى انت عايزه مثلا color = color or tocolor(0, 22, 0, 255)-- 255 ده الالفا Link to comment
Mr.CoR Posted June 17, 2016 Share Posted June 17, 2016 عفواً انا قريت طلبك غلط احسبك تبيه يتلون ماله داعي ال math.random دامك تبيه بلون محدد واستخدم التايمر على شان يغير لون العاجل للون اللي تبيه لمده معينه Link to comment
SaedAmer Posted June 17, 2016 Author Share Posted June 17, 2016 كده صح ؟ setTimer( function() color = color or tocolor(0, 22, 0, 255)-- 255 ده الالفا end, 300000, 0) Link to comment
Ahmed.MoataZ Posted June 17, 2016 Share Posted June 17, 2016 صح بس لما تعمل نص دى اكس استخدم dxDrawFramedText و ال torColor الى انت عايزه 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