Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Known compatibility issues #1297

Closed
thelindat opened this issue May 1, 2023 · 0 comments
Closed

Known compatibility issues #1297

thelindat opened this issue May 1, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@thelindat
Copy link
Member

thelindat commented May 1, 2023

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
@thelindat thelindat added the documentation Improvements or additions to documentation label May 1, 2023
@thelindat thelindat pinned this issue May 1, 2023
@thelindat thelindat closed this as not planned Won't fix, can't repro, duplicate, stale Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant