Jump to content

I need help with 3dtxt! :)


Recommended Posts

Posted

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?

Posted

You must use one of the following functions:

getDistanceBetweenPoints2D 
getDistanceBetweenPoints3D 

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

Try to make it, then if you can't, post what you've tried and we'll help you fix it.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

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...