Jump to content

طلب اكواد الرجاء الدخول :D


Rockyz

Recommended Posts

السلام عليكم

ابي كودين

الاول شرح للكولر بيكر لانه معقد كيف اربطه مع المود (Color Picker)

الثاني قريد ليست فيه كلام تضغط على اي كلام يتحول للايديت

والسلام عليكم :arrowleft:

Edited by Guest
Link to comment

حمل المود وشغله

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
حمل المود وشغله

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
نعم انسخ ملفات المود مع مودك

meta.xmlولاتنسى تحطها بال

+لاتسوي exports لانه من نفس المود ^.^

شكرا لاكن انا اببيه يحول اكواد الالوان الى ايديت ^_^

guiSetText 

كيف اخلي زر للكولر بيكر في الوحة

Link to comment

للفتح

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
احذف exports.cpicker:

طلب ثاني الى الدي اكس وش فايدة

if state == "down" then 

في left - right الخ لاكن وش الفايدة

هذا تحقق اذا كان ضاغط الزر في الكيبورد

طبعاً في up - down

الـ down اذا كان ضاغط عليه قبل لايتركه

أما الـ up اذا ترك الزر

بالنسبة للـ left - right

المقصود زر الماوس الي ضغط عليه

left --> الزر الأيسر

right --> الزر الأيمن

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...