Jump to content

x[ مساعدة ]x dxCreateFont في فانكشن


Recommended Posts

يجماعا ياريت حل للمشكلة

المشكلة اني لما احط الخط

واعمل كل شيء يشتغل تمام وبعد مدة تلت او اربع دقائق الفونت يخرب ويقول لي بال دي بق خطأ في عمل الفونت

ياريت حل لو سمحتم

Link to comment

تمام المشكلة ظهرت ثثاني

الكوود

addEventHandler ( "onClientRender", root,

function ()

local edits = guiGetText (System1)

local edits2 = guiGetText (System2)

local Name = guiGetText (Name)

local R = guiGetText (RS)

local G = guiGetText (GS)

local B = guiGetText (BS)

local R2 = guiGetText (RS2)

local G2 = guiGetText (GS2)

local B2 = guiGetText (BS2)

local font = dxCreateFont( "font1.ttf", 20 )

dxDrawText("Admin : ", 25, 172, 69, 188, tocolor(0, 255, 218, 255), 1, "default-bold", "left", "top", false, false, false, true, false)

dxDrawText(edits, 75, 172, 479, 188, tocolor(R, G, B, 255), 1, "default-bold", "left", "top", false, false, false, true, false)

dxDrawText("Message [ "..Name.." ] : "..edits2, 23, 270, 617, 265, tocolor(R2, G2, B2, 255), 1.2, font, "left", "top", false, false, false, true, false)

end

)

ويقول لي بالدي بق

خطأ في صنع الفونت

باد ارجيمنت dxDrawText

للعلم ان مكنش في مشاكل خالص بالمود قبل ما احط في فنكشن صنع الخط

Link to comment

جرب كذا

local font = dxCreateFont( "font1.ttf", 20 ) 
  
addEventHandler ( "onClientRender", root, 
function () 
local edits = guiGetText (System1) 
local edits2 = guiGetText (System2) 
local Name = guiGetText (Name) 
local R = guiGetText (RS) 
local G = guiGetText (GS) 
local B = guiGetText (BS) 
local R2 = guiGetText (RS2) 
local G2 = guiGetText (GS2) 
local B2 = guiGetText (BS2) 
dxDrawText("Admin : ", 25, 172, 69, 188, tocolor(0, 255, 218, 255), 1, "default-bold", "left", "top", false, false, false, true, false) 
dxDrawText(edits, 75, 172, 479, 188, tocolor(R, G, B, 255), 1, "default-bold", "left", "top", false, false, false, true, false) 
dxDrawText("Message [ "..Name.." ] : "..edits2, 23, 270, 617, 265, tocolor(R2, G2, B2, 255), 1.2, font, "left", "top", 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...