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.SwitchHudinMainConfig.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 | noneForce 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