Skip to main content

Remove Native GTA HUD

If you are new developer in fivem, you can read the FiveM Documentation to get a good help.

Citizen.CreateThread(function()
while true do
Citizen.Wait(0)
HideHudComponentThisFrame(3) -- CASH
HideHudComponentThisFrame(4) -- MP CASH
HideHudComponentThisFrame(2) -- weapon icon
HideHudComponentThisFrame(9) -- STREET NAME
HideHudComponentThisFrame(7) -- Area NAME
HideHudComponentThisFrame(8) -- Vehicle Class
HideHudComponentThisFrame(6) -- Vehicle Name
end
end)