# FAQ

### Installation

Q: Script doesn't start A: Ensure ox\_lib started before this resource. Check console for errors. Verify server.cfg.

Q: Items not in inventory A: Add items to your inventory system. Names must match config exactly.

### Gameplay

Q: ATM interaction doesn't work A: Check Config.TargetSystem. Verify target resource running. Check Config.MaxDistance.

Q: No notification appears A: Check Config.NotifySystem. Verify notification resource running.

Q: Police alerts not working A: Check Config.AlertPolice = true. Verify dispatch resource. Check Config.PoliceJobs matches your job name. Try Config.DispatchSystem = 'custom'.

### Minigames

Q: Minigame doesn't appear A: Check Config.MinigameEnabled = true. Check Config.MinigameType is set. Verify NUI not blocked.

Q: Too hard or too easy A: Change Config.MinigameDifficulty. Adjust Config.MinigameSettings values.

### Dealer

Q: NPC not visible A: Check Config.Dealer.enabled = true. Verify coordinates. NPC auto-respawns within 100m.

Q: Stats reset after restart A: Install MySQL resource (oxmysql, mysql-async, or ghmattimysql). Table created automatically.

Q: Images not showing A: Check files in html/images/. Verify fxmanifest.lua files list. Clear FiveM cache.

### Performance

Q: FPS drops A: Set Config.UseParticles = false. Set Config.CameraShake = false.

Q: High server usage A: Normal during robberies. Near-zero when idle.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://elena-scripts.gitbook.io/elenascripts/gameplay/atm-rob/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
