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
Describe the bug
Unable to open the vehicle glove box correctly.
Framework
ESX
Resource version
es_extended: 1.12.3
ox_inventory: 2.43.5
cd_garage: 4.3.4
To Reproduce
Steps to reproduce the behavior:
Pick up the car from the garage for the first time and try to open the glove compartment. Glove box is working fine.
Put the vehicle in the garage and repeat step 1. Glove box not working, and alert inventory_right_access.
Repeat steps 1 and 2 several times, there is a chance to open the glove box.
Videos
Inventory.Test.mp4
Additional context
When the glove box doesn't work, it must print Stash does not exist.
-- Stash does not existifnotleftthenifleft==falsethenreturnfalseendifinvOpen==falsethenprint('Stash does not exist')
returnlib.notify({ id='inventory_right_access', type='error', description=locale('inventory_right_access') })
endifinvOpenthenreturnclient.closeInventory() endend
The reproduce step also applies to trunks, which can cause them to fail to open properly.
When a vehicle is spawned, wait at least a few minutes for it to spawn without alerting you, and open the glove box and trunk as normal. Here's a demo while waiting
waiting.video.mp4
The text was updated successfully, but these errors were encountered:
Describe the bug
Unable to open the vehicle glove box correctly.
Framework
ESX
Resource version
es_extended: 1.12.3
ox_inventory: 2.43.5
cd_garage: 4.3.4
To Reproduce
Steps to reproduce the behavior:
inventory_right_access
.Videos
Inventory.Test.mp4
Additional context
Stash does not exist
.waiting.video.mp4
The text was updated successfully, but these errors were encountered: