You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
I'm using AdvancedParking so user-owned vehicles don't disappear, but I've found that vehicle inventory disappears after a restart because vehicle inventory isn't saved in owned_vehicles.
Example: When a user stores items in a non-user-owned vehicle that isn't saved in owned_vehicles, the stored items disappear after a server restart, and the loot in the vehicle is refreshed.
Add a configuration to enable/disable temporary inventory of unowned vehicles;
Add a new unowned_vehicles entry or directly use ox_inventory to record inventory data for the glovebox and trunk.
This will benefit other scripts, such as those used by users renting or temporarily using vehicles.
Is your feature request related to a problem? Please describe.
I'm using AdvancedParking so user-owned vehicles don't disappear, but I've found that vehicle inventory disappears after a restart because vehicle inventory isn't saved in
owned_vehicles.Example: When a user stores items in a non-user-owned vehicle that isn't saved in
owned_vehicles, the stored items disappear after a server restart, and the loot in the vehicle is refreshed.Describe the solution you'd like
unowned_vehiclesentry or directly useox_inventoryto record inventory data for the glovebox and trunk.This will benefit other scripts, such as those used by users renting or temporarily using vehicles.
Describe alternatives you've considered
N/A
Additional context

