[help]text in 3d

3D

Hello , I was looking for the script of the 3d text but I have not found it. I’ve been looking for [hologram text, floating text and 3d text] but nothing worked. I thought uploading this might help me find this script. sorry for the english translator.

[the photo is the script I am looking for]

Try adding this:

				ESX.Game.Utils.DrawText3D({
					x = pickup.coords.x,
					y = pickup.coords.y,
					z = pickup.coords.z + 0.25
				}, label, 1.2, 1)
			elseif pickup.inRange then
				pickup.inRange = false
			end
		end

		if letSleep then
			Citizen.Wait(500)
		end
	end
end)

to your es_extended/client.main.lua
very bottom

up topic i search too

function ShowHelpText(text, coords)
	AddTextEntry('HelpText', text)
	SetFloatingHelpTextWorldPosition(1, coords)
	SetFloatingHelpTextStyle(1, 1, 2, -1, 3, 0)
	BeginTextCommandDisplayHelp('HelpText')
	EndTextCommandDisplayHelp(2, false, false, -1)
end

bump, looking for help with this

Esx Legacy…
ESX.ShowFloatingHelpNotification

Yo mate, I saw you took the function from ESX… maybe you also know how to change the background color?

ESX is not own this function :rofl:

It’s in es_extended, I know that it’s not their property… I Just asked of you knew how to change the color so Is useless to laugh on what I sad…