you can’t hide the waypoint with this script
Anyone know why I cant see the speedometer? 
Hi, can you do a street label version? As in this screenshot

the map kind of stretches map blips not totally aestheticly pleasing but it works so hey cant complain too much
best regards,
where should I put this correction ??
replace line 34 and below in client.lua
Hi There! I have managed to move the outline and markers but I cannot find out how to move the radar itself… I was wondering if anyone knows where the coordinates are?

Thanks bro, amazing.
Where i change map position and reduce size ?
heyy bro, other thing.
When i start game grey line keeps ative. But just in caracter selector, other case work fine,
I need help to hide in character selector. just hide 1st time when i enter in car.
see video,
local isPause = true
local uiHidden = true
Citizen.CreateThread(function()
while true do
Wait(0)
if IsBigmapActive() or IsRadarHidden() or IsPauseMenuActive() and not isPause then
if not uiHidden then
SendNUIMessage({
action = “hideUI”
})
uiHidden = true
end
elseif uiHidden or IsRadarHidden() or IsPauseMenuActive() and isPause then
SendNUIMessage({
action = “displayUI”
})
uiHidden = false
end
end
end)
Hi. Since your answer was posted three years ago, I think your link has expired and I’d need help with the same waypoint issue (my routes go out from the circular border like minimap was still rectangular). Thanks in advance!
How can I solve the problem with icons that are out of circle?

