Jump to content

[HELP-ME] Invisible panel and error with Hud


dener189

Recommended Posts

Hello MTA community, I am having problems on my server and I came across this topic a help request '-'

 
1° Error: Simply all panels that open on "arrow, clynder and etc" markers are invisible, only appear after I open the map.

2° Hud and Radio from the original GTA S.A do not fade from the screen, only if I restart the script "HUD Remover and the Radio Remover"

https://imgur.com/nInVQeM --Bug Radar / Dashboard does not appear

https://imgur.com/0VpJpUV --Radar showing up after I open the map "Key: F11"

Edited by dener189
Link to comment

1. Show us code?

2. Didnt rly understand what u mean but I guess this should be aigh

?
-- CLIENT SIDE!
function removeStuff()
	toggleControl("radar", false) -- disables F11 map
	showPlayerHudComponent("all", false) -- hides all hud components
end
addEventHandler( "onClientResourceStart", getRootElement(), removeStuff )

 

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...