perfect.!
I'll remove chatbox and ill put this system
edit: hey man i have a problem. I dont know what happen.
I want show the window on the bottom of screen
and i did this
dxDrawText ( topText, topX, topY, topX+winW, topY+topH, toptc, topScale, topFont, "center", "bottom", false, false, true )
local x, y = topX+textBorder, topY+topH+textBorder
for i, string in pairs ( textTable ) do
dxDrawText ( string, x, y, x+winW-2*textBorder, y+lineHeight, tc, textScale, textFont, textAlignX, "bottom", false, false, true )
y = y + lineHeight + lineSpaceY
end
just i change the alignY dont dont work
if u can helpme please