Skip to main content
FA Minigames has no framework, inventory, database, or server-side dependency.

Install the resource

1

Add the folder

Place fa_minigames in your server’s resources directory. The examples and consumers below use this name.
2

Rename only when needed

You can rename this open-source resource. If you do, update its ensure line and every call such as exports.fa_minigames:Skillbar() to use the new resource name.
3

Start it first

Add the resource before every consumer in server.cfg.
server.cfg
4

Restart and verify

Restart the server and run an export from an in-game client. Check that the NUI opens, receives input, closes, and returns a result.

Use it with FA Shop Robbery

FA Shop Robbery can use FA Minigames for its bundled safe keypad and drill. Start fa_minigames before fa_shoprobbery, then select the bridge in its configuration.
config/config.lua
The minigame resource is not limited to Shop Robbery. You can call its exports from any client resource.
Browser builds and static checks cannot prove FiveM NUI focus or live input behavior. Test your actual resource order and gameplay flow in-game.