Framework & Inventory
Supported Frameworks
| Framework | Resource | Auto-Detected |
|---|---|---|
| ESX | es_extended | Yes |
| QBCore | qb-core | Yes |
| QBox | qbx_core | Yes |
Supported Inventories
| Provider | Resource | Features |
|---|---|---|
| ox | ox_inventory | AddItem, RemoveItem, Search, Stash, metadata |
| qs | qs-inventory | AddItem, RemoveItem, GetItemTotalAmount, Stash |
| codem | codem-inventory | AddItem, RemoveItem, GetItemCount, Stash |
| esx | ESX default | addInventoryItem, removeInventoryItem |
| qb | QB default | AddItem, RemoveItem, GetItemByName |
| qbox | QBox default | Same as QBCore pattern |
Config
lua
Config.Inventory = {
provider = 'auto', -- 'auto', 'esx', 'qb', 'qbox', 'ox', 'qs', 'codem'
}
Notification Systems
lua
Config.Notification = {
system = 'esx', -- 'gta', 'ox_lib', 'esx', 'qb', 'okokNotify', 'pNotify', 'mythic_notify', 'custom'
title = 'Mechanic',
duration = 5000,
customEvent = nil, -- Only used when system = 'custom'
}
