addEventHandler("onClientRender", getRootElement(),
function()
cx, cy, cz = getCameraMatrix()
px, py, pz = -4.8320274353027, -372.212890625, 9
if isLineOfSightClear(cx, cy, cz, px, py, pz, true, false, false, true, false, false, false, getLocalPlayer()) then
local x, y = getScreenFromWorldPosition(px, py, pz)
dxDrawText("*** Lądowisko dla helikopterów ***", x, y, x, y, tocolor(128, 128, 128), 1, "bankgothic")
end
end)
How do I set the distance here show that text?