MOGA672002 Posted April 29, 2018 Share Posted April 29, 2018 I have a big problem as my hud is working very good but there is another hud (the normal hud) working with it so i must do restart for my hud every 5 minutes to do it work alone how can i solve this prob or how can i delete the normal hud https://imgur.com/a/EOmFzvL Link to comment
~Hades~ Posted April 30, 2018 Share Posted April 30, 2018 (edited) You have to disable HUD Component of GTASA Use this: setPlayerHudComponentVisible ( string component, bool show ) component: The component you wish to show or hide. Valid values are: all: All of the following at the same time ammo: The display showing how much ammo the player has in their weapon area_name: The text that appears containing the name of the area a player has entered armour: The display showing the player's armor breath: The display showing the player's breath clock: The display showing the in-game time health: The display showing the player's health money: The display showing how much money the player has radar: The bottom-left corner miniradar vehicle_name: The text that appears containing the player's vehicle name when the player enters a vehicle weapon: The display showing the player's weapon radio: The display showing the radio label wanted: The display showing the player's wanted level crosshair: The weapon crosshair and sniper scope In the second argument it must be true if you want it to be visible and false in the case that it does not Edited April 30, 2018 by ~Hades~ Link to comment
_Evo_ Posted May 31, 2018 Share Posted May 31, 2018 addEventHandler( "onClientRender", getRootElement(), function() setPlayerHudComponentVisible( "radar", false ) end ) Link to comment
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