Mi Resources¶
Documentation for the resources I build for FiveM. Start with the core, then everything that runs on top of it.
mi_core¶
The core framework: players, money, jobs, gangs, saving, and the API every other resource uses.
More resources land here as each one is documented. Pick a resource from the sidebar once it is listed.
How these docs are organized¶
Every resource has its own section in the sidebar. Open a resource to see its pages: how to install it, how to configure it, and the exact functions and events it exposes.
Each section follows the same shape, so once you have read one resource you know where to look in the next.
- Getting started is install and configuration.
- Guides are short walkthroughs that build something real.
- Reference is the exact surface: exports, events, commands, and config.
Start with mi_core. Everything else assumes it is running.