Loading...
Loading...
Develops resources for FiveM using the Qbox Project (qbx_core). Covers the exports-based API, bridge compatibility, Ox integration (ox_lib, ox_inventory), and best practices. Use when the user works with FiveM, Qbox, qbx_core, or mentions `exports.qbx_core`, `QBX.PlayerData`, or `ox_lib`.
npx skill4agent add proelias7/fivem-skill qbox-frameworklocal player = exports.qbx_core:GetPlayer(source)local QBCore = exports['qb-core']:GetCoreObject() -- Works via qbx_core bridgeexports.qbx_core:GetPlayer(source)GetPlayer(source).Functions.SetMetaDatamy-resource/
├── fxmanifest.lua # Depends on qbx_core
├── client/
│ └── main.lua
├── server/
│ └── main.lua
└── locales/ # Ox_lib uses .json locales usually
└── en.json