For the complete documentation index, see llms.txt. This page is also available as Markdown.

Customization

With the Editable files, you can:

  • Add or adjust FRAMEWORK bridges (framework/)

  • Modify notifications (integrations/client/utils/sendNotify.lua)

  • Add inventory / banking adapters (integrations/server/...)

  • Swap clothing systems (integrations/client/clothing/...)

  • Change HUD toggle while tuning (Config.SwitchHud in MainConfig.lua)

Editable zones

Escrow ignore (editable after purchase):

  • config/**

  • framework/**

  • integrations/**

  • locales/**

Notifications

Edit integrations/client/utils/sendNotify.lua, or force a provider:

Config.Notify = 'ox_lib' -- op_hud | okokNotify | vms_notify | brutal_notify | ESX | QBCORE | QBOX | none

Force detection

If auto-detect picks the wrong resource:

Locales

Set Config.Locale and edit locales/en.json / locales/pl.json (or add your own JSON file).

Last updated