bencskrisz Posted June 1, 2019 Share Posted June 1, 2019 When I'm entering the local server, the default minimap always appears. Is there any way to disable it? Link to comment
#BrosS Posted June 1, 2019 Share Posted June 1, 2019 setPlayerHudComponentVisible -- "radar" Link to comment
bencskrisz Posted June 1, 2019 Author Share Posted June 1, 2019 In which lua should I add this? Link to comment
salh Posted June 2, 2019 Share Posted June 2, 2019 addEventHandler ( "onPlayerJoin", root, function () setPlayerHudComponentVisible ( source, "radar", false ) -- Hide the radar displays for the newly joined player end ) Link to comment
bencskrisz Posted June 2, 2019 Author Share Posted June 2, 2019 Still not working not even with your script salh:/ Link to comment
bencskrisz Posted June 2, 2019 Author Share Posted June 2, 2019 Made new lua and meta for it Link to comment
salh Posted June 2, 2019 Share Posted June 2, 2019 the map is custom? becose its work with me Link to comment
bencskrisz Posted June 2, 2019 Author Share Posted June 2, 2019 Umm, you mean the custom map resource? Link to comment
bencskrisz Posted June 2, 2019 Author Share Posted June 2, 2019 So according to this, I cant disable this minimap, only on original default map? Link to comment
bencskrisz Posted June 2, 2019 Author Share Posted June 2, 2019 Okay then:( thanks the help again salh 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