Disabled GTA5 standard money notification

, ,

Hello everoyone,

i just want to know, how to disable the green money notifications from the standard GTA 5 HUD. I disabled the stand notifications in th es_extended config, but this are the only one, which are visable. Can someone help?

Thanks in advanced

This should hide the default GTA 5 hud that shows you your money:

Citizen.CreateThread(function()
    while true do
        HideHudComponentThisFrame(3) -- CASH
        HideHudComponentThisFrame(4) -- MP_CASH
        Citizen.Wait(0)
    end
end)

1 Like