Documentation Index
Fetch the complete documentation index at: https://docs.cc-scripts.com/llms.txt
Use this file to discover all available pages before exploring further.
Requirements
- FiveM server with
lua54 'yes'support (the resource declares it). ox_libensured beforecc_minigames.
Steps
Place the resource
Copy the
cc_minigames folder into a resources directory the server already loads — typically resources/[cc]/cc_minigames/.Restart or start the resource
Either restart the server or run
ensure cc_minigames in the live console.Test commands
The resource ships two built-in test commands so you can preview every feature without writing calling code:| Command | What it does |
|---|---|
/minigame <name> [variant] [difficulty] [args...] | Runs any minigame locally and prints the result to the console. |
/minigame stop | Cancels the active minigame (resolves it as false). |
/minigame help | Prints the full supported argument list for every game. |
/control [schematic] | Opens the schematic Control Panel in test mode. Defaults to paleto_bank. |
/control close | Closes the control panel. |