Skip to content

Known compatibility issues #1297

@thelindat

Description

@thelindat

General

  • All weapon/ammo systems are incompatible.
  • Other inventory systems are incompatible (e.g. es_extended, esx_addoninventory, qb-inventory).

ESX

  • ESX.PlayerData.inventory uses ox_inventory data.
    • for i and ipairs iterators won't work as items are stored by slotId rather than as an array.
    • Only items the player has are stored in inventory, whereas ESX normally stores data for all items.
  • Loadouts and pickups are disabled.
  • Many events are not loaded when using ox_inventory.
    • (server) esx:giveInventoryItem
    • (server) esx:removeInventoryItem
    • (server) esx:useItem
    • (server) esx:onPickup

QB

  • QB.Shared.Items is unsupported.
  • No qb-inventory events are handled,
  • Not all qb-inventory exports are being handled or overwritten.
  • Item metadata is not displayed on the tooltip by default. Use displayMetadata

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions