Jump to content

gui label ..


Recommended Posts

وعليكم السلام ورحمه الله وبركاتة

---------------------------------------

تقدر بدون دي

#ffffff

تقدر تسويها ارقام مثل كدا 

guiLabelSetColor(GUIEditor.label[1], 10, 244, 214)

وتقدر من خلال الموقع دا

تدخل الشيفرة دي

#FFFFFF

يطلعهالك ارقام وتحطها جاهزة في الوظيفة

https://www.rapidtables.com/web/color/RGB_Color.html

Edited by KillerX
Link to comment
29 minutes ago, KillerX said:

وعليكم السلام ورحمه الله وبركاتة

---------------------------------------

تقدر بدون دي

#ffffff

تقدر تسويها ارقام مثل كدا 


guiLabelSetColor(GUIEditor.label[1], 10, 244, 214)

وتقدر من خلال الموقع دا

تدخل الشيفرة دي

#FFFFFF

يطلعهالك ارقام وتحطها جاهزة في الوظيفة

https://www.rapidtables.com/web/color/RGB_Color.html

لو ابيها ارقام كنت سويتها كدا

لكن ابي #ffffff

Link to comment
7 minutes ago, #,xiRocKyz said:

سو اكثر من ليبل

للاسف ما بتنفع مع مشكلتي ..

21 minutes ago, Abdul KariM said:

اتوقع مايصير دخلت الويكي حتى الوظيفة الي فوق ماتنفع تستخدمها مع الليبل

dxDrawText بس في لها بديل

طيب guiSetText + guiGetText

بالنسبة للدي اكس بيكونوا وش؟

Link to comment
1 minute ago, #َxLysandeR said:

local myText = ""
addEventHandler("onClientRender", root,
  function()
    dxDrawText(text, ...)
  end
)
addCommandHandler("chgTXT", function(_,nT) myText = nT end)

 

يب تمام فهمت 

طيب مثلا لو اجيب التكست ؟ بيكون كدا

local theText = text ?

Link to comment
1 minute ago, #َxLysandeR said:

يب 

مثال في الكود الي عملته لك , 

local theText = myText

ما تقصر , والله تسلم

جاري التجربة 

لما احط الفولس الي قبل الاخيرة ترو

عشان تقبل الاكواد تيجي شكل الدي اكس تكست خربان

ليه كذا

local screenW, screenH = guiGetScreenSize()

addEventHandler("onClientRender", root,
    function()
        dxDrawText("#ff0000Test #ffffffdx #00ff00word#ffffff ..", 522 - 1, 360 - 1, 845 - 1, 408 - 1, tocolor(0, 0, 0, 255), 1.00, "default-bold", "center", "center", false, false, false, true, false)
        dxDrawText("#ff0000Test #ffffffdx #00ff00word#ffffff ..", 522 + 1, 360 - 1, 845 + 1, 408 - 1, tocolor(0, 0, 0, 255), 1.00, "default-bold", "center", "center", false, false, false, true, false)
        dxDrawText("#ff0000Test #ffffffdx #00ff00word#ffffff ..", 522 - 1, 360 + 1, 845 - 1, 408 + 1, tocolor(0, 0, 0, 255), 1.00, "default-bold", "center", "center", false, false, false, true, false)
        dxDrawText("#ff0000Test #ffffffdx #00ff00word#ffffff ..", 522 + 1, 360 + 1, 845 + 1, 408 + 1, tocolor(0, 0, 0, 255), 1.00, "default-bold", "center", "center", false, false, false, true, false)
        dxDrawText("#ff0000Test #ffffffdx #00ff00word#ffffff ..", (screenW - 323) / 2, (screenH - 48) / 2, ((screenW - 323) / 2) + 323, ( (screenH - 48) / 2) + 48, tocolor(255, 255, 255, 255), 1.00, "default-bold", "center", "center", false, false, false, true, false)
    end
)

 

Link to comment
local screenW, screenH = guiGetScreenSize()

addEventHandler("onClientRender", root,
    function()
        dxDrawText("Test dx word ..", 522 - 1, 360 - 1, 845 - 1, 408 - 1, tocolor(0, 0, 0, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false)
        dxDrawText("Test dx word ..", 522 + 1, 360 - 1, 845 + 1, 408 - 1, tocolor(0, 0, 0, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false)
        dxDrawText("Test dx word ..", 522 - 1, 360 + 1, 845 - 1, 408 + 1, tocolor(0, 0, 0, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false)
        dxDrawText("Test dx word ..", 522 + 1, 360 + 1, 845 + 1, 408 + 1, tocolor(0, 0, 0, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false)
        dxDrawText("#ff0000Test #ffffffdx #00ff00word#ffffff ..", (screenW - 323) / 2, (screenH - 48) / 2, ((screenW - 323) / 2) + 323, ( (screenH - 48) / 2) + 48, tocolor(255, 255, 255, 255), 1.00, "default-bold", "center", "center", false, false, false, true, false)
    end
)

 

Link to comment
2 hours ago, #َxLysandeR said:

local screenW, screenH = guiGetScreenSize()

addEventHandler("onClientRender", root,
    function()
        dxDrawText("Test dx word ..", 522 - 1, 360 - 1, 845 - 1, 408 - 1, tocolor(0, 0, 0, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false)
        dxDrawText("Test dx word ..", 522 + 1, 360 - 1, 845 + 1, 408 - 1, tocolor(0, 0, 0, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false)
        dxDrawText("Test dx word ..", 522 - 1, 360 + 1, 845 - 1, 408 + 1, tocolor(0, 0, 0, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false)
        dxDrawText("Test dx word ..", 522 + 1, 360 + 1, 845 + 1, 408 + 1, tocolor(0, 0, 0, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false)
        dxDrawText("#ff0000Test #ffffffdx #00ff00word#ffffff ..", (screenW - 323) / 2, (screenH - 48) / 2, ((screenW - 323) / 2) + 323, ( (screenH - 48) / 2) + 48, tocolor(255, 255, 255, 255), 1.00, "default-bold", "center", "center", false, false, false, true, false)
    end
)

 

محاولة حلوه لاكن لا اعتقد انها تنجح

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