Show coords on HUD

Hello,
do you have a little ressources for show the coords on the HUD ?

Thank you ! :wink:

Hello, i put that on the script carHUD like that and it work :D 
Citizen.CreateThread(function()
	while true do
	
		Citizen.Wait(1)
		local pos = GetEntityCoords(GetPlayerPed(-1))

		drawTxt(0.51, 0.5155, 1.0,1.0,0.55, "~w~" .. pos,255,255,255,255)
	end
end)

hi, how can put position H ( altitude ) plz ?

that’s β€˜z’ from the GetEntityCoords command.

There is a mod : http://www.grandtheftauto5.fr/telechargements/mods/83-show-coordinates/

H is the heading

how can i use this mod on five m ?

That is how I would do it. Download it here: CoordsOverMap.rar (653 Bytes)
Virustotal Analyse