AvaN0x
4
You’d have to put this with the value 9 (for STREET_NAME) in a thread run every frames, on a client side script.
Something like :
Citizen.CreateThread(function()
while true do
Wait(0)
HideHudComponentThisFrame(9) -- STREET_NAME
end
end)
3 Likes