DECODE Posted December 24, 2018 Posted December 24, 2018 Hey guys; I started a new Hud but got the wrong old back and wanted to hide how it? I want a way with examples of your own because I'm new to programming
Berko Posted December 24, 2018 Posted December 24, 2018 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 ) 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now