Jump to content

x[مشكلة] مشكل بالعاجل حقي


Recommended Posts

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

كيف حالكم ي عيال إن شاء الله طيبين ,

الزبدة ي عيال عندي مشكل بالعاجل اللي ابي اطوره ,

ابي أغير الخط

ذا الكلينت

ويكتب لي مشاكل كثيرة بالديبوق سكربت

  
local sX, sY = guiGetScreenSize () 
MyFont = dxCreateFont("varsity_regular.ttf", 14) 
  
addEventHandler("onClientRender", root, function () 
    if ( getElementData ( resourceRoot, "Have_" ) == true ) then 
        local Lines = getChatboxLayout ()["chat_lines"] 
        if ( Lines <= 10 ) then 
            Lines = Lines + 1 
        elseif ( Lines >= 20 ) then 
            Lines = Lines - 1 
        else 
            Lines = Lines 
        end 
        if ( getElementData ( resourceRoot, "Msg_" ) == "delete" ) then 
            setElementData ( resourceRoot, "Have_", false ) 
        else 
            dxDrawText ( "#FF0000Ad#FFFFFFm#FF0000in [ ".. getElementData ( resourceRoot, "By_" ) .." #DD0000] #FFFFFF: " .. getElementData ( resourceRoot, "Msg_" ).. "", sX * 0.02, sY * 0.03 * Lines , sX, sY, tocolor ( 255, 255, 255, 255 ), MyFont, "left", "top", false, false, true, true, false ) 
        end 
    end 
end) 
bindKey("n", "down", "chatbox","AdminMsg") 
  

WARNING: AMS\c.lua:17: Bad argument @ 'dxDrawText' [Expected number at argument 7, got boolean] [DUP x408] 

Link to comment

في ارقيومنت ناقص عندك

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

Scale

انت مانت واضعه وحاط الارقيومنت الي بعده مباشرة

Font الي هو

راجع الويكي وشوف كيف ترتيب الارقيومنت حقت الفانكشن

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