Dependencies

1 min readUpdated 3 weeks ago

Required

  • ml_bridge: Item registration, inventory checks, survival stats, notifications, login detection
  • ox_lib: Keybinds (lib.addKeybind), zones (lib.zones), progress bars (lib.progressBar), cache system
  • oxmysql: Database persistence for temperature state. Only required when Config.EnableDB = true

Framework

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

ml_bridge detects your framework automatically. No manual setup.

Optional

Weather Systems

Any weather script that changes the native GTA weather just works, no integration needed. ml_climaticvitals reads weather via GetPrevWeatherTypeHashName() on the client. No direct integration needed.

Compatible with:

  • vSync
  • qb-weathersync
  • cd_easytime
  • renewed-weathersync
  • Any script that calls SetWeatherTypeNow, SetWeatherTypeOverTime, or similar natives