Jump to content

طلب شرح عدم ظهور dxtext بالمقدمه


Recommended Posts

السلام عليكم

ياشباب انا سويت يوزربانل وخليت خلفيته صوره زي ماتشوفون تحت لكن المشكله ان

Next , Map , FPS

جايين على الصوره اللي هم تبع الريس طبعاً ^

تحت عاليسار فيه تاريخ والساعه

Next , Map , FPS مغطيه عليها

يعني ابي كود يخلي كود الدي اكس دايم ورا مايغطي على شي

مايصير فوق شي

29e4d40e205044fd8749929.png

كود من آحد الآشياء اللي تغطي على الصوره حق اليوزربانل

nmdisplay = dxText:create('#ff8000Next: #ccccccRandom', 5, screenHeight - dxGetFontHeight(0.6, 'bankgothic')/2, false, 'bankgothic', 0.5, 'left') 

وكود ثاني

       function drawText() -- A function to draw the text we want 
        dxDrawText("Start", 30, 100, 500, 306, tocolor(rr, gg, bb, 255), 1.5, "bankgothic", "left", "top", false, false, true, true, false) 
  
  
end 

Edited by Guest
Link to comment
جرب كذا ,,
function drawText() -- A function to draw the text we want 
        dxDrawText("Start", 30, 100, 500, 306, tocolor(rr, gg, bb, 255), 1.5, "bankgothic", "left", "top", false, false, true, false, false) 
  
  
end 

نسيت قوس -_-

Link to comment
يعني المطلوب

كيف اسوي كود نصي دي اكس يدعم اكواد الالوان + مايكون في المقدمه

مايكون فوق كل شي

function drawText() -- A function to draw the text we want 
        dxDrawText("Start", 30, 100, 500, 306, tocolor(255, 255, 255, 255), 1.5, "bankgothic", "left", "top", false, false, false, true, false) 
end 

edit:

dxDrawText ( "text", float left, float top , float right=left, float bottom=top, int color=white,  
                  float الحجم=1, mixed font="default", string alignX="left", string alignY="top", 
                  bool clip=false, bool wordBreak=false, bool postGUI=false,--false فوق كل النوافذ خله postGUI  
                  bool colorCoded=false, bool subPixelPositioning=false ] ) 

Link to comment
يعني المطلوب

كيف اسوي كود نصي دي اكس يدعم اكواد الالوان + مايكون في المقدمه

مايكون فوق كل شي

function drawText() -- A function to draw the text we want 
        dxDrawText("Start", 30, 100, 500, 306, tocolor(255, 255, 255, 255), 1.5, "bankgothic", "left", "top", false, false, false, true, false) 
end 

edit:

dxDrawText ( "text", float left, float top , float right=left, float bottom=top, int color=white,  
                  float الحجم=1, mixed font="default", string alignX="left", string alignY="top", 
                  bool clip=false, bool wordBreak=false, bool postGUI=false,--false فوق كل النوافذ خله postGUI  
                  bool colorCoded=false, bool subPixelPositioning=false ] ) 

ابدل الكود كامل بالجديد ؟

مافهمت الاكواد زين

جربته وفيه خطأ مافهمته

Link to comment
يعني المطلوب

كيف اسوي كود نصي دي اكس يدعم اكواد الالوان + مايكون في المقدمه

مايكون فوق كل شي

function drawText() -- A function to draw the text we want 
        dxDrawText("Start", 30, 100, 500, 306, tocolor(255, 255, 255, 255), 1.5, "bankgothic", "left", "top", false, false, false, true, false) 
end 

edit:

dxDrawText ( "text", float left, float top , float right=left, float bottom=top, int color=white,  
                  float الحجم=1, mixed font="default", string alignX="left", string alignY="top", 
                  bool clip=false, bool wordBreak=false, bool postGUI=false,--false فوق كل النوافذ خله postGUI  
                  bool colorCoded=false, bool subPixelPositioning=false ] ) 

ابدل الكود كامل بالجديد ؟

مافهمت الاكواد زين

جربته وفيه خطأ مافهمته

function drawText() -- A function to draw the text we want 
        dxDrawText("Start", 30, 100, 500, 306, tocolor(255, 255, 255, 255), 1.5, "bankgothic", "left", "top", false, false, false, true, false) 
end 

Link to comment
ماضبط شي : /

جربت كلهم

ترو

       function drawText() -- A function to draw the text we want 
           dxDrawText("Start", 30, 100, 500, 306, tocolor(rr, gg, bb, 255), 1.5, "bankgothic", "left", "top", true, true, true, true, true) 
 end 

ما تجي كذا

هي كذا

function drawText() -- A function to draw the text we want 
        dxDrawText("Start", 30, 100, 500, 306, tocolor(255, 255, 255, 255), 1.5, "bankgothic", "left", "top", false, false, false, true, false) 
end 
addEventHandler("onClientRender",root,drawText) 

بس هو يبيه جاهز ما فهم له :]

Link to comment
function drawText() -- A function to draw the text we want 
        dxDrawText("Start", 30, 100, 500, 306, tocolor(255, 255, 255, 255), 1.5, "bankgothic", "left", "top") 
end 
addEventHandler("onClientRender",root,drawText 

جرب الحين

نسيت قوس يالطيب

function drawText() -- A function to draw the text we want 
        dxDrawText("Start", 30, 100, 500, 306, tocolor(255, 255, 255, 255), 1.5, "bankgothic", "left", "top") 
end 
addEventHandler("onClientRender",root,drawText) 

Link to comment
function drawText() -- A function to draw the text we want 
        dxDrawText("Start", 30, 100, 500, 306, tocolor(255, 255, 255, 255), 1.5, "bankgothic", "left", "top") 
end 
addEventHandler("onClientRender",root,drawText 

جرب الحين

نسيت قوس يالطيب

function drawText() -- A function to draw the text we want 
        dxDrawText("Start", 30, 100, 500, 306, tocolor(255, 255, 255, 255), 1.5, "bankgothic", "left", "top") 
end 
addEventHandler("onClientRender",root,drawText) 

انا اذا كنت بعدل كود اوديه النوت باد بس ذا ما وديت

مشكور

Edited by Guest
Link to comment
function drawText() -- A function to draw the text we want 
        dxDrawText("Start", 30, 100, 500, 306, tocolor(255, 255, 255, 255), 1.5, "bankgothic", "left", "top") 
end 
addEventHandler("onClientRender",root,drawText 

جرب الحين

نسيت قوس يالطيب

function drawText() -- A function to draw the text we want 
        dxDrawText("Start", 30, 100, 500, 306, tocolor(255, 255, 255, 255), 1.5, "bankgothic", "left", "top") 
end 
addEventHandler("onClientRender",root,drawText) 

انا اذا كنت بعدل كود اوديه النوب باد بس ذا ما وديت

مشكور

النوب باد هههههههه

.. العفو

Link to comment
    function drawText() -- A function to draw the text we want 
            dxDrawText("Start", 30, 100, 500, 306, tocolor(255, 255, 255, 255), 1.5, "bankgothic", "left", "top") 
    end 
    addEventHandler("onClientRender",root,drawText) 

ضبط الكود هذا

لكن ابيه يضبط معاه اكواد الالوان

مثل #FF8800 ....

Link to comment
function drawText() -- A function to draw the text we want 
            dxDrawText("Start", 30, 100, 500, 306, tocolor(255, 255, 255, 255), 1.5, "bankgothic", "left", "top", _, _, _, true ); 
    end 
    addEventHandler("onClientRender",root,drawText); 

Link to comment

مشكورين وماقصرتوا كلكم :$

الكود اللي ضبط معاي:

    function drawText() -- A function to draw the text we want 
                dxDrawText("Start", 30, 100, 500, 306, tocolor(255, 255, 255, 255), 1.5, "bankgothic", "left", "top", _, _, _, true ); 
        end 
        addEventHandler("onClientRender",root,drawText); 

Link to comment
مشكورين وماقصرتوا كلكم :$

الكود اللي ضبط معاي:

    function drawText() -- A function to draw the text we want 
                dxDrawText("Start", 30, 100, 500, 306, tocolor(255, 255, 255, 255), 1.5, "bankgothic", "left", "top", _, _, _, true ); 
        end 
        addEventHandler("onClientRender",root,drawText); 

,, العفووو

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