iPrestege Posted October 6, 2012 Share Posted October 6, 2012 بسم الله الرحمن الرحيم السلآم عليكم ورحمة الله وبركاتة اليوم الححمد لله خلصت الفري روم لكن ناقصني شيء هو كود تلوين الـ lbl بلون الكلام والارقام الغير ملونة بالفري روم كما الموضح بالصورة جربت كود تلوين الزر مع التغيير الى lbl لم ينجح والسلام عليكم ورحمة الله وبركاتة ~ فهد ~ Link to comment
Mr.T9 Posted October 6, 2012 Share Posted October 6, 2012 استخدم guiLabelSetColor(Nick,255,255,0) مع تغير 255,255,0 على الالوان اللي تبيها Link to comment
iPrestege Posted October 6, 2012 Author Share Posted October 6, 2012 Nick اغيرها لآآسم الـوظيفة جاري التجربة : ) Link to comment
iPrestege Posted October 6, 2012 Author Share Posted October 6, 2012 حطيت الكود اللي عطيتني كذا نفس طريقة تلوين الكلام اللي عالازرار : في المكان في الكلنت : function mainWndShow() guiSetProperty(getControl(wndMain, 'killMe'), "NormalTextColour", "FFFF0000") guiSetProperty(getControl(wndMain, 'skinlist'), "NormalTextColour", "FFFFFF00") guiSetProperty(getControl(wndMain, 'animlist'), "NormalTextColour", "FFFFFF00") guiSetProperty(getControl(wndMain, 'weaplist'), "NormalTextColour", "FFFFFF00") guiSetProperty(getControl(wndMain, 'clothes'), "NormalTextColour", "FFFFFF00") guiSetProperty(getControl(wndMain, 'gravlist'), "NormalTextColour", "FFFFFF00") guiSetProperty(getControl(wndMain, 'playerlist'), "NormalTextColour", "FFFFFF00") guiSetProperty(getControl(wndMain, 'statslist'), "NormalTextColour", "FFFFFF00") guiSetProperty(getControl(wndMain, 'JetPack'), "NormalTextColour", "FFFFFF00") guiSetProperty(getControl(wndMain, 'map'), "NormalTextColour", "FFFFFF00") guiSetProperty(getControl(wndMain, 'setinterior'), "NormalTextColour", "FFFFFF00") guiSetProperty(getControl(wndMain, 'vehicles'), "NormalTextColour", "FFFFFF00") guiSetProperty(getControl(wndMain, 'repairVehicle'), "NormalTextColour", "FFFFFF00") guiSetProperty(getControl(wndMain, 'flipVehicle'), "NormalTextColour", "FFFFFF00") guiSetProperty(getControl(wndMain, 'upgradelist'), "NormalTextColour", "FFFFFF00") guiSetProperty(getControl(wndMain, 'updateColor'), "NormalTextColour", "FFFFFF00") guiSetProperty(getControl(wndMain, 'lightsOn'), "NormalTextColour", "FFFFFF00") guiSetProperty(getControl(wndMain, 'lightsOff'), "NormalTextColour", "FFFFFF00") [color=#FF0000]guiLabelSetColor(curvehicle,255,255,0)[/color] if not getPedOccupiedVehicle(g_Me) then hideControls(wndMain, 'repair', 'flip', 'upgrades', 'color', 'paintjob', 'lightson', 'lightsoff') end صحيح ولآلآ ووين المكان الصحيح اذا خطأ Link to comment
Mr.T9 Posted October 6, 2012 Share Posted October 6, 2012 مو لازم مكان محدد لكن الاغلبية يحطه تحت اليبل نفسه Link to comment
iPrestege Posted October 6, 2012 Author Share Posted October 6, 2012 آمممم هذآ في الشوب آسويها عادي لكن في الفري روم مايضبط : / والحل : / ذذ Link to comment
Mr.T9 Posted October 6, 2012 Share Posted October 6, 2012 يزبط للكل اخوي الشوب نفس الفري مود كلهم نافذة ! Link to comment
iPrestege Posted October 6, 2012 Author Share Posted October 6, 2012 عارف جربت عشان كذآ قلت لكك !!! والحل اذا سويته وحطيتة تحت اللبل يخرب الفري روم ومايفتح اشيلة يرجع Link to comment
Mr.T9 Posted October 6, 2012 Share Posted October 6, 2012 ملاحظة : انا ماحطيت لك الكود جاهز لازم تعدله على حسب لون اللي تبي تلونه إذا تبي ازبط لك واحد والباقي عليك ماعندي مشكلة اسدح كود البيل حق اللي تبي تلونه Link to comment
iPrestege Posted October 7, 2012 Author Share Posted October 7, 2012 {'lbl', text='اهلا بك في السيرفر @'}, {'br'}, {'lbl', id='اسمك:'}, {'lbl', id='name', text='', width=150}, {'lbl', id='البنق الخاص بك:'}, {'lbl', id='ping', text='', width=45}, {'lbl', id='curvehicle'}, {'lbl', text='احداثياتك:'}, هذا اللبل اللي بالفري روم اللي آبي آلونة : ) عارف كثير بسس مآدري مآيضبط آتمنى من آحد المسآعدة >< Link to comment
TAPL Posted October 7, 2012 Share Posted October 7, 2012 {'lbl', text='اهلا بك في السيرفر @'}, {'br'}, {'lbl', id='اسمك:'}, {'lbl', id='name', text='', width=150}, {'lbl', id='البنق الخاص بك:'}, {'lbl', id='ping', text='', width=45}, {'lbl', id='curvehicle'}, {'lbl', text='احداثياتك:'}, هذا اللبل اللي بالفري روم اللي آبي آلونة : ) عارف كثير بسس مآدري مآيضبط آتمنى من آحد المسآعدة >< ذا الكود {'lbl', id='اسمك:'}, غيره إلى {'lbl', id='YourName', text = 'اسمك:'}, mainWndShow و هذا تحط في الفنكشن إلى رقم اللون r,g,b مع تغير guiLabelSetColor(getControl(wndMain, 'YourName'), r,g,b) و كمل الباقي Link to comment
iPrestege Posted October 7, 2012 Author Share Posted October 7, 2012 آممم تآبل الحين كيف طلعت Yourname انا عندي طالعه name Link to comment
iPrestege Posted October 7, 2012 Author Share Posted October 7, 2012 تابل سويتها وصار مايفتح بالكود الاكواد : {'lbl', id='YourName', text = 'اسمك:'}, guiLabelSetColor(getControl(wndMain, 'YourName'), 255.255.0) وش الخطأ Link to comment
iPrestege Posted October 7, 2012 Author Share Posted October 7, 2012 + تآبل آبي آغير خط الفري روم لـ Airial ؟ اقدر ولآلآ ذذ Link to comment
TAPL Posted October 7, 2012 Share Posted October 7, 2012 تابل سويتها وصار مايفتح بالكود الاكواد : {'lbl', id='YourName', text = 'اسمك:'}, guiLabelSetColor(getControl(wndMain, 'YourName'), 255.255.0) وش الخطأ أنت حاط نقطة بدل فاصلة 255.255.0 غيره إلى 255,255,0 + تآبل آبي آغير خط الفري روم لـ Airial ؟اقدر ولآلآ ذذ تقدر عن طريق الكود https://wiki.multitheftauto.com/wiki/GuiSetFont و طبعاً تستخدمه نفس طريقة تلوين الليبل Link to comment
iPrestege Posted October 7, 2012 Author Share Posted October 7, 2012 وعليكم السلآم آخوي تآبل الاسم ضبط تمام بسس الاشياء الثانية كيف آجيب الايدي الصحيح حقها guiLabelSetColor(getControl(wndMain, 'curvehicle'), 255,255,0) حطيتة كذآ مآشتغل خرب آبي آعرف كيف آلقى الـID ,, Link to comment
TAPL Posted October 7, 2012 Share Posted October 7, 2012 وعليكم السلآم آخوي تآبلالاسم ضبط تمام بسس الاشياء الثانية كيف آجيب الايدي الصحيح حقها guiLabelSetColor(getControl(wndMain, 'curvehicle'), 255,255,0) حطيتة كذآ مآشتغل خرب آبي آعرف كيف آلقى الـID ,, إذا كنت بدون سيارة On foot لان ذا الليبل يتغير الكلام الي فيه إلى أسم السيارة الي أنت راكبها أو كلمة text مع id لازم تحط له {'lbl', id='curvehicle', text='curvehicle:'}, Link to comment
iPrestege Posted October 7, 2012 Author Share Posted October 7, 2012 تمام يآتبل بس الحين كيف تجيب الايدي حقها عشان مو كل دقيقة آطلب آيدي >< مثآل آبي آي دي الاحداثيات : {'lbl', text='احداثياتك:'}, {'lbl', id='xpos', text='x', width=45}, {'lbl', id='ypos', text='y', width=45}, {'lbl', id='zpos', text='z', width=45}, ذذ كيف آجيبة لآنة بآقي البنق وكثير >< Link to comment
iPrestege Posted October 7, 2012 Author Share Posted October 7, 2012 خلآص تآبل كل شيء تمآم آخر طلب : ) عندي كود Text آبي آلونة ذذذ والاحداثيات اللي ماعرفت لها فوق ممكن تطرح الكود معدل نفس الطريقة للي فوق {'lbl', text='اهلا بك في السيرفر @'}, Link to comment
iPrestege Posted October 7, 2012 Author Share Posted October 7, 2012 صورة للي نآقصة تغيير لونة : Link to comment
TAPL Posted October 7, 2012 Share Posted October 7, 2012 تمام يآتبل بس الحين كيف تجيب الايدي حقها عشان مو كل دقيقة آطلب آيدي >< مثآل آبي آي دي الاحداثيات : {'lbl', text='احداثياتك:'}, {'lbl', id='xpos', text='x', width=45}, {'lbl', id='ypos', text='y', width=45}, {'lbl', id='zpos', text='z', width=45}, ذذ كيف آجيبة لآنة بآقي البنق وكثير >< الآيدي موجود xpos ypos zpos guiLabelSetColor(getControl(wndMain, 'xpos'), 255,255,0) guiLabelSetColor(getControl(wndMain, 'wbypos'), 255,255,0) guiLabelSetColor(getControl(wndMain, 'zpos'), 255,255,0) خلآص تآبل كل شيء تمآم آخر طلب : )عندي كود Text آبي آلونة ذذذ والاحداثيات اللي ماعرفت لها فوق ممكن تطرح الكود معدل نفس الطريقة للي فوق {'lbl', text='اهلا بك في السيرفر @'}, هنا مو موجود آيد {'lbl', text='اهلا بك في السيرفر @'}, تقدر تحط أي شي مثلاً {'lbl', id='wb', text='اهلا بك في السيرفر @'}, وتستخدم الكود كذا guiLabelSetColor(getControl(wndMain, 'wb'), 255,255,0) Link to comment
iPrestege Posted October 7, 2012 Author Share Posted October 7, 2012 يغلق>< تم الافادة شكرآ لتآبل 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