Skip to main content
Start with the first relevant server or client console error. Confirm the resource order before changing game code.
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().
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.
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.
Review timeout. It is measured in milliseconds and cannot be shorter than 5000. For Terminal, set the outer timeout slightly longer than timeLimit.
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 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
Remove license keys, webhook URLs, API keys, and other secrets before sharing logs in FA Scripts Discord.