overlocus Posted September 21, 2018 Share Posted September 21, 2018 I have a custom hud script but when i use the F11 radar it is became visible. I want when i use the f11 it is become invisible. Link to comment
Dimos7 Posted September 21, 2018 Share Posted September 21, 2018 toggleControl(_, "radar", false) Link to comment
Tommy. Posted September 23, 2018 Share Posted September 23, 2018 try this if isPlayerMapVisible () then return end not tested Link to comment
NeXuS™ Posted September 24, 2018 Share Posted September 24, 2018 (edited) You probably have a code somewhere, that causes that the radar in the left-bottom corner to appear after you close the F11 map. Tested on a default server, with default resources, and works just fine without the radar reappearing after closing the F11 map. setPlayerHudComponentVisible("radar", false) Edited September 24, 2018 by NeXuS™ Link to comment
JeViCo Posted September 24, 2018 Share Posted September 24, 2018 @overlocus, try to find something similar to this setPlayerHudComponentVisible("radar", true) or this showPlayerHudComponent("radar", true) in your code and remove it 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