> For the complete documentation index, see [llms.txt](https://nobit.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nobit.gitbook.io/docs/help/troubleshooting.md).

# Troubleshooting

If something looks wrong, start here.

{% hint style="info" %}
Almost everything here is fixed by the same first step: type `restart nobit_map` in the server console and check the console for a line mentioning `nobit_map`.
{% endhint %}

### There is no map at all — the radar just vanished

The game's own radar is always hidden while this resource runs, so an empty corner means the new minimap did not start.

1. Check `ensure nobit_map` is in your `server.cfg`.
2. Check the folder is named exactly `nobit_map`.
3. Check `minimapEnabled = true` in `config.lua`.
4. Look at the server console for a `nobit_map` error line.

### A setting in config.lua does nothing

Look in the server console after the restart. A setting written wrongly is refused with a line naming it, and the built-in default is used instead. Common causes: a missing comma, a missing quote around text like `'M'`, or `True` instead of `true`.

### Blips are named "Blip 52"

Expected, and not a fault — GTA will not tell anything what another script named its blip. See [Blip names](/docs/setting-up/blip-names.md).

### The 3D map won't load

The city model is downloaded once per client. If it has not arrived, the map stays flat. Check the server console for a `nobit_map` line, and check that `dimension3dEnabled` is not set to `false` in `config.lua`.

### My mouse cursor is stuck on the map

Close the fullscreen map with **Esc**. Note that the `M` key can only *open* the map — while the map holds the cursor, game keys are suppressed, so `M` cannot close it.

### A player's map looks nothing like everyone else's

Their own saved settings. Those live in their game client, not on your server, so you cannot reset them from your side — they can change them back in the map's settings panel.

### Something else

Restart the resource and read the server console: anything the resource refuses it names on the way past. If that turns up nothing, get in touch with the line from the console and what you were doing when it happened.
