اسف كنت عاكس الأرقم في الماث راندوم
تفضل
local lbn = dxCreateFont( "RaYaN.ttf", 6 )
local text = "test"
local size = 4
dx = function ( )
local xx, yy = guiGetScreenSize ( )
local x = xx - 752
local y = yy - 90
dxDrawText ( text, x/2, y/2, 752, 90, tocolor ( math.random(0,255), math.random(0,255), math.random(0,255), 255 ), size, "arial" )
end
addEventHandler ( "onClientRender", root, dx )