Thank you i see it now
Does this mean that I will
By manually measuring the size of each screen ?
how to do with this
local screenW, screenH = guiGetScreenSize()
addEventHandler("onClientRender", root,
function()
dxDrawRectangle(screenW * 0.2787, screenH * 0.2767, screenW * 0.0675, screenH * 0.1189, tocolor(255, 255, 255, 255), false)
dxDrawText("Text Here", screenW * 0.2787, screenH * 0.2767, screenW * 0.3463, screenH * 0.3956, tocolor(0, 0, 0, 255), 1.56, "default-bold", "center", "center", false, false, false, false, false)
end
)