An export does not exist
An export does not exist
Confirm the folder is named
fa_minigames and that ensure fa_minigames runs before the resource calling it. Use the exact export casing, for example exports.fa_minigames:Skillbar().The minigame does not open
The minigame does not open
Confirm the release includes
web/dist/index.html and its built assets. Check the client console for NUI errors, then verify that another resource has not already opened an FA Minigames session.The result is busy
The result is busy
FA Minigames supports one active session at a time. Wait for the current export to return, or call
exports.fa_minigames:Cancel() before starting a replacement flow.The game closes immediately
The game closes immediately
Review
timeout. It is measured in milliseconds and cannot be shorter than 5000. For Terminal, set the outer timeout slightly longer than timeLimit.A keypad code is exposed or accepted insecurely
A keypad code is exposed or accepted insecurely
Do not place a correct code in client code or send it to NUI. Use
validate to call your owning server and let that server decide whether to allow the gameplay action.A player receives a reward after a client success
A player receives a reward after a client success
A result from this resource is not authority to grant anything. Validate the player, distance, state, item capacity, rate limit, and reward on your server before completing the action.
What to include in a support request
- FA Minigames version
- Exact FiveM artifact and game build
- Resource start order
- The export call and options table
- Complete first relevant server and client console error
- Steps that reproduce the issue
