local screenWidth, screenHeight = guiGetScreenSize ( )
function createText ( )
local hi = "helo"
dxDrawText(hi,600, screenHeight - 43, screenWidth, screenHeight, tocolor ( 255, 255, 255, 255 ), 1, "default-bold" )
end
addEventHandler ( "onClientRender", root, createText )