Rockyz Posted August 18, 2015 Share Posted August 18, 2015 (edited) السلام عليكم ابي كودين الاول شرح للكولر بيكر لانه معقد كيف اربطه مع المود (Color Picker) الثاني قريد ليست فيه كلام تضغط على اي كلام يتحول للايديت والسلام عليكم Edited August 18, 2015 by Guest Link to comment
</Mr.Tn6eL> Posted August 18, 2015 Share Posted August 18, 2015 حمل المود وشغله https://community.multitheftauto.com/in ... ls&id=3247 مثال للفتح exports.cpicker:openPicker(localPlayer, "#ff0000", "vehicle color") للاغلاق exports.cpicker:closePicker(localPlayer) الافنت onColorPickerOK يشتغل الحدث اذا ضغط ok addEventHandler("onColorPickerOK", root, function(_, hex, r, g, b) outputChatBox("Your Color Is : "..string.format("hex:%s RGB:%d,%d,%d", hex, r, g, b)) end) الافنت onColorPickerChange يشتغل الحدث اذا الاعب يختار لون addEventHandler("onColorPickerChange", root, function(vehicle, _, r, g, b) setVehicleColor(vehicle, r, g, b) end) الطلب الثاني "onClientGUIClick" guiGridListGetSelectedItem guiGridListGetItemText guiSetText Link to comment
Rockyz Posted August 18, 2015 Author Share Posted August 18, 2015 حمل المود وشغلهhttps://community.multitheftauto.com/in ... ls&id=3247 مثال للفتح exports.cpicker:openPicker(localPlayer, "#ff0000", "vehicle color") للاغلاق exports.cpicker:closePicker(localPlayer) الافنت onColorPickerOK يشتغل الحدث اذا ضغط ok addEventHandler("onColorPickerOK", root, function(_, hex, r, g, b) outputChatBox("Your Color Is : "..string.format("hex:%s RGB:%d,%d,%d", hex, r, g, b)) end) الافنت onColorPickerChange يشتغل الحدث اذا الاعب يختار لون addEventHandler("onColorPickerChange", root, function(vehicle, _, r, g, b) setVehicleColor(vehicle, r, g, b) end) الطلب الثاني "onClientGUIClick" guiGridListGetSelectedItem guiGridListGetItemText guiSetText يصير اربط الكولر بيكر ب المود من دون ماشغله بروحه Link to comment
</Mr.Tn6eL> Posted August 18, 2015 Share Posted August 18, 2015 نعم انسخ ملفات المود مع مودك meta.xmlولاتنسى تحطها بال +لاتسوي exports لانه من نفس المود ^.^ Link to comment
Rockyz Posted August 18, 2015 Author Share Posted August 18, 2015 نعم انسخ ملفات المود مع مودكmeta.xmlولاتنسى تحطها بال +لاتسوي exports لانه من نفس المود ^.^ شكرا لاكن انا اببيه يحول اكواد الالوان الى ايديت Link to comment
</Mr.Tn6eL> Posted August 18, 2015 Share Posted August 18, 2015 نعم انسخ ملفات المود مع مودكmeta.xmlولاتنسى تحطها بال +لاتسوي exports لانه من نفس المود ^.^ شكرا لاكن انا اببيه يحول اكواد الالوان الى ايديت guiSetText Link to comment
Rockyz Posted August 18, 2015 Author Share Posted August 18, 2015 نعم انسخ ملفات المود مع مودكmeta.xmlولاتنسى تحطها بال +لاتسوي exports لانه من نفس المود ^.^ شكرا لاكن انا اببيه يحول اكواد الالوان الى ايديت guiSetText كيف اخلي زر للكولر بيكر في الوحة Link to comment
Rockyz Posted August 18, 2015 Author Share Posted August 18, 2015 وضح اكثر اوك مثلا انا عندي لوحة وفيها ايديت وفي زر اسمه Color او اي شي اذا ضغط عليه واخترت لون الاحمر مثلا يصير في الايديت #FF0000 Link to comment
Rockyz Posted August 18, 2015 Author Share Posted August 18, 2015 الي يعرف يقول لاني احتاج Link to comment
</Mr.Tn6eL> Posted August 18, 2015 Share Posted August 18, 2015 addEventHandler("onColorPickerOK", root, function(_, hex) guiSetText(edit, hex) end) Link to comment
Rockyz Posted August 18, 2015 Author Share Posted August 18, 2015 addEventHandler("onColorPickerOK", root, function(_, hex) guiSetText(edit, hex) end) اوك الحين تمام لاكن كيف افتح الوحة يعني كيف اخلي زر ادا ضغطت عليه تفتح لوحة الالوان Link to comment
!#NssoR_) Posted August 18, 2015 Share Posted August 18, 2015 للفتح exports.cpicker:openPicker(localPlayer, "#ff0000", "vehicle color") Link to comment
Rockyz Posted August 18, 2015 Author Share Posted August 18, 2015 للفتح exports.cpicker:openPicker(localPlayer, "#ff0000", "vehicle color") addEventHandler ("onClientGUIClick", getRootElement(), function () if source == BackBB then exports.cpicker:openPicker(localPlayer, "#ff0000", "vehicle color") end end ) ?? مابيشتغل لاني دامج المود مع مودي Link to comment
</Mr.Tn6eL> Posted August 18, 2015 Share Posted August 18, 2015 احذف exports.cpicker: Link to comment
Rockyz Posted August 18, 2015 Author Share Posted August 18, 2015 احذف exports.cpicker: طلب ثاني الى الدي اكس وش فايدة if state == "down" then في left - right الخ لاكن وش الفايدة Link to comment
H25 Posted August 18, 2015 Share Posted August 18, 2015 احذف exports.cpicker: طلب ثاني الى الدي اكس وش فايدة if state == "down" then في left - right الخ لاكن وش الفايدة هذا تحقق اذا كان ضاغط الزر في الكيبورد طبعاً في up - down الـ down اذا كان ضاغط عليه قبل لايتركه أما الـ up اذا ترك الزر بالنسبة للـ left - right المقصود زر الماوس الي ضغط عليه left --> الزر الأيسر right --> الزر الأيمن 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