Jump to content

الكلام الي يطلع عندما تمر الماوس على صورة او زر


Recommended Posts

السلام عليكم

وش احتاج فنكشنات لو بسوي مثل كذا

http://d.top4top.net/p_85oj1b1.png

http://a.top4top.net/p_85vyvv2.png

الصورة الاولى لما تمر الماوس على صورة

والصورة الثانية لما تمر الماوس على زر

+كيف اخلي الاعب لما يدخل الماركر يسوي حركه في موضوعي السابق لم يتم الافاده

حاولت بالفنكشن ما ضبط

+بسوي زر ما يفتح الا لأسل معين

وش الفنكشن؟

Link to comment
  • Replies 89
  • Created
  • Last Reply

Top Posters In This Topic

1#

https://community.multitheftauto.com/in ... ls&id=3054

            setElementData(bb, "tooltip-text", "الكلام الي تبيه هنا", false) -- أضافة الكلام للزر 
            setElementData(bb, "tooltip-color", "#FFFFFF", false) -- تغيير لون الخط 
            setElementData(bb, "tooltip-background", "#666666", false) -- تغيير لون الخلفية 
            setElementData(bb, "tooltip-font", "bankgothic 0.5", false) -- تغيير نوع الخط و حجم الخط02 
  
-- bb = اسم الزر 
Link to comment
setElementData(الزر, "tooltip-text", "النص هنا  لآيقبل العربية", false) -- النص 
setElementData(الزر, "tooltip-color", "#FFFFFF", false) -- لون الكلام 
setElementData(الزر, "tooltip-background", "FF336666", false) -- خلفية الكلام 
  
  

Link to comment
تفضل

#مثال

function textOverCursor () 
    if isCursorShowing() and cursorOverGUI then 
        local x, y = getCursorPosition() 
        if x and y then 
        if pointer == btnClose then textCursor = "إغلاق" end 
            if pointer == btnMenu then textCursor = "رجوع" end 
            if pointer == btn[1] then textCursor = "إتصال الادمن" end 
            if pointer == btn[2] then textCursor = "محطة الاذاعية" end 
            if pointer == btn[3] then textCursor = "الوقت والتاريخ" end 
            if pointer == btn[4] then textCursor = "محادثة الخاص" end 
            if pointer == btn[5] then textCursor = "تحديد اللاعبين" end 
            if pointer == btn[6] then textCursor = "إرسال فلوس" end 
            if pointer == btn[7] then textCursor = "إعدادات" end 
            if pointer == btn[8] then textCursor = "الحركات" end 
 if pointer == btn[10] then textCursor = "ملاحظاتك" end 
 if pointer == btn[9] then textCursor = "معلوماتك" end 
            dxDrawText(tostring(textCursor), w * x + 10, h * y - 10, w, h, tocolor(150, 0, 150, 255), 1.3, "default-bold", "left", "top", false, false, true) 
        end 
    end 
end 
  
function onMouseEnter () 
    cursorOverGUI = true 
    pointer = source 
end 
  
function onMouseLeave () 
    cursorOverGUI = false 
    pointer = source 
end 

ناسخ انت وخلاص ؟

هذا يسوي دي اكس دراو تكست

وهو يبي tooltip

Link to comment

setElementData(GUIEditor.button[4], "tooltip-text", "close", false) -- النص

setElementData(GUIEditor.button[4], "tooltip-color", "#FFFFFF", false) -- لون الكلام

setElementData(GUIEditor.button[4], "tooltip-background", "FF336666", false) -- خلفية الكلام

مو ضابط

Link to comment
setElementData(GUIEditor.button[4], "tooltip-text", "close", false) -- النص

setElementData(GUIEditor.button[4], "tooltip-color", "#FFFFFF", false) -- لون الكلام

setElementData(GUIEditor.button[4], "tooltip-background", "FF336666", false) -- خلفية الكلام

مو ضابط

حملت السكربت اول شي ؟

Link to comment
setElementData(GUIEditor.button[4], "tooltip-text", "close", false) -- النص

setElementData(GUIEditor.button[4], "tooltip-color", "#FFFFFF", false) -- لون الكلام

setElementData(GUIEditor.button[4], "tooltip-background", "FF336666", false) -- خلفية الكلام

مو ضابط

شغلت المود tooltip ?

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...