Hello.
I am often annoyed by in game HUD’s getting in the way of screenshots on servers. Is there a way to add a toggle to the scripts so when someone types “/HUD” it will hide/show the HUDs? I can’t imagine it would be that difficult, but having very little experience I don’t know where to start. Something like this [Release] Compass and street name HUD
You’d have to edit all of these HUDs. If it’s NUI you would edit it such that when you press a button the body
HTML element’s display
styling property gets set to display:none
.
To toggle the minimap you can use DisplayRadar(toggle bool)
You can always toggle it on or off in the Lambda Menu.