bencskrisz Posted June 1, 2019 Posted June 1, 2019 When I'm entering the local server, the default minimap always appears. Is there any way to disable it?
salh Posted June 2, 2019 Posted June 2, 2019 addEventHandler ( "onPlayerJoin", root, function () setPlayerHudComponentVisible ( source, "radar", false ) -- Hide the radar displays for the newly joined player end )
bencskrisz Posted June 2, 2019 Author Posted June 2, 2019 Still not working not even with your script salh:/
bencskrisz Posted June 2, 2019 Author Posted June 2, 2019 So according to this, I cant disable this minimap, only on original default map?
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