Dependencies · origen_meth_lab
All dependencies listed below must be started before origen_meth_lab in your server.cfg.
Required
| Resource | Notes |
|---|---|
ox_lib | Used for points, callbacks, TextUI, progress bars, and the locale system |
oxmysql | Async MySQL driver — the storage table is auto-created on first start when Config.AutoCheckSQL is enabled |
Framework compatibility
origen_meth_lab supports multiple frameworks. The active framework is auto-detected on startup. You can also force it manually via BridgeConfig.Framework in config/bridge.lua.
| Framework | Resource name | Support |
|---|---|---|
| QBCore | qb-core | Full |
| QBX Core | qbx_core | Full |
| ESX | es_extended | Full |
Set BridgeConfig.Framework = 'custom' to provide your own implementation in bridge/framework/custom/.
Inventory compatibility
The inventory provider is auto-detected by default (BridgeConfig.Inventory = 'auto'). You can also force a specific provider.
| Inventory | Resource name |
|---|---|
| ox_inventory | ox_inventory |
| QBCore inventory | qb-inventory |
| PS Inventory | ps-inventory |
| QS Inventory | qs-inventory |
| Codem Inventory | codem-inventory |
| Core Inventory | core_inventory |
| Origen Inventory | origen_inventory |
| JPR Inventory | jpr-inventory |
| Tgiann Inventory | tgiann-inventory |
Other bridge modules
These modules are also auto-detected and can be forced via config/bridge.lua.
| Module | Supported resources |
|---|---|
| Fuel | legacyfuel, ox_fuel, qb-fuel, ps-fuel, qs-fuelstations, cdn-fuel, esx-sna-fuel, lc_fuel, okokGasStation, bigDaddy-Fuel, renewed-Fuel, ti_fuel, x-fuel |
| Help Text | ox_lib, zsxui, cd_drawtextui, jg-textui, lab-HintUI, lation_ui, okokTextUI, origen_notify |
| Notify | ox_lib, mythic_notify, okokNotify, pNotify, r_notify, t-notify, wasabi_notify, zsxui, fl-notify, brutal_notify, lation_ui, origen_notify |
| Target | ox_target, qb-target, sleepless_interact |
| Progress Bar | ox_lib, qb-progressbar, keep-progressbar, zsxui, lation_ui, wasabi_uikit |
| Vehicle Key | qb-vehiclekeys, qbx_vehiclekeys, qs-vehiclekeys, mk_vehiclekeys, okokGarage, t1ger_keys, wasabi_carlock, f_realcarkeyssystem, jacksam, mrnewbvehiclekeys, mVehicle, cd_garage, renewed-vehiclekeys |
Every module accepts 'auto' (default), 'custom', or a direct resource name. Use 'custom' to wire your own logic in the matching bridge/{module}/custom/ folder.
Recommended start order
cfg
ensure ox_lib
ensure oxmysql
# framework
ensure qb-core # or qbx_core / es_extended
# inventory
ensure ox_inventory # or your active inventory
ensure origen_meth_lab