Jump to content

I need help with 3dtxt! :)


Recommended Posts

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?

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...