Dependencies

1 min readUpdated 2 weeks ago

Required

  • ml_bridge: Framework abstraction, inventory operations, item definitions, permissions
  • ox_lib: Callbacks, model loading, weapon asset loading
  • oxmysql: Stores the live admin item catalog (ml_propscarry_items)

Framework

server.cfg
1ensure oxmysql
2ensure qb-core
3ensure ox_lib
4ensure ml_bridge
5ensure ml_propscarry
server.cfg
1ensure oxmysql
2ensure qbx_core
3ensure ox_lib
4ensure ml_bridge
5ensure ml_propscarry
server.cfg
1ensure oxmysql
2ensure es_extended
3ensure ox_lib
4ensure ml_bridge
5ensure ml_propscarry
server.cfg
1ensure oxmysql
2ensure ox_lib
3ensure ml_bridge
4ensure ml_propscarry
Auto Detection

ml_bridge detects your framework automatically. No manual setup.

Storage

Per-player custom positions use FiveM KVP. The live admin item catalog (/carryadmin) persists to a single oxmysql table, ml_propscarry_items, created automatically on first start.