What problem does it solve?
This Skill provides guidelines and patterns for developing resources using the Qbox Project (qbx_core). It covers the exports-based API usage, bridge compatibility, Ox integration, and best practices to accelerate FiveM resource development.
Core Features & Use Cases
- Exports-first development: Emphasizes direct exports usage (exports.qbx_core:GetPlayer, etc.) over legacy core objects.
- Ox integration patterns: Guidance on integrating ox_lib, ox_inventory, and oxmysql for robust resources.
- Resource structure and conventions: Standardized file layout, module organization, and documentation references.
- Use Case: A developer builds a new FiveM resource and uses qbx_core exports to manage players and inventory with Ox Lib UI.
Quick Start
Install or reference the Qbox framework, read the reference and templates, and start scaffolding a new resource with fxmanifest and client/server structure. Then follow examples to implement GetPlayer, notifications, and database access via ox_mysql.