Installation
Get Billing running in three steps. It auto-detects ESX, QBCore and Qbox — no manual wiring.
Download asset
To download the asset, you must have purchased it on your own CFX account. Otherwise, use the transfer system to move it to a different account.
After purchasing from our website, the asset is delivered to your CFX Portal. Download it there, then continue below.
Setup CFG
Your core framework (es_extended / qb-core / qbx_core) must start before bablo-billing, or it won’t be detected.
Start your framework, then its dependencies, then bablo-billing — in this order:
LUA
-- Cores first, never below
ensure es_extended or qb-core or qbx_core
ensure ox_lib
ensure ox_target or qb-target
-- Then bablo-billing
ensure bablo-billingBasic Configuration
Framework detection
Billing auto-detects es_extended, qb-core, or qbx_core on start. If your framework is renamed, set its name in config.lua. Standalone mode (no framework) is also supported.
