| Problem | Fix |
|---|---|
| Mouse stuck after closing the menu | Run /mfix in chat. If it happens often, another resource is fighting for NUI focus — check the F8 console for SetNuiFocus warnings. |
/coordsx does nothing | Resource didn’t start. Check ensure nex_coordstool is in server.cfg and the server console for boot errors. From F8: lua print(GetResourceState('nex_coordstool')) should print started. |
| Clipboard paste is empty | Some Windows clipboard managers strip contents on focus change. Paste before alt-tabbing away from FiveM. |
| Coords are slightly off | The tool reports GetEntityCoords rounded to Config.Precision decimals. Bump precision if you need more digits. |
| HUD won’t toggle off | The toggle command is configurable — make sure you’re using whatever Config.Commands.toggleHud is set to (default /coordshud). |
| Command clashes with another resource | Rename it in Config.Commands and restart nex_coordstool. If you locked commands via ACE, update the command.<name> entries too. |
| Players can run admin-only commands | You haven’t locked them down. See Configuration → Permissions. |
Before opening a support ticket
Please include:- Your FiveM artifact build number.
- F8 console output filtered for
[nex_coordstool](or any errors mentioning it). - Whether the issue is reproducible from a fresh resource start.

