F5 StudioF5 Studio
Skip to main content

Troubleshooting

The radar is still the default shape

  • The gta6_graphics dictionary did not load within 5 s, or another resource streams a different gta6_graphics.ytd. Restart gta6_minimap after everything else has loaded, or fix the start order.
  • If gta6_hud is running, stop gta6_minimap.

The minimap jumps back to the default position

Another HUD calls SetMinimapComponentPosition after this resource. The setup runs only at start and on playerSpawned; a script that repositions the radar every frame always wins. Disable the minimap logic in that HUD.

The zoom keeps changing or the big map cannot be opened

The zoom lock sets SetRadarZoom(1000) and turns the big map off every 500 ms on purpose. A script that expects to keep the big map open will lose that fight; remove the loop from client.lua if you need it.

The radar is not visible at all

gta6_minimap never calls DisplayRadar. Your HUD or the game decides that; check the HUD's minimap toggle.

Still need help?