Jump to content

[ HELP ] How to hide old hud


DECODE

Recommended Posts

setPlayerHudComponentVisible

addEventHandler("onPlayerLogin", root,
    function ()
        setPlayerHudComponentVisible (source, "ammo", false) -- ammo
        setPlayerHudComponentVisible (source, "weapon", false) -- weapon
        setPlayerHudComponentVisible (source, "money", false) -- money
        setPlayerHudComponentVisible (source, "radar", false) -- gps
        setPlayerHudComponentVisible (source, "health", false) -- hp
        setPlayerHudComponentVisible (source, "armour", false) -- armour
        setPlayerHudComponentVisible (source, "clock", false) -- clock
    end
)

 

  • Like 1
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...