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.
Describe the bug
When I activate the weapon wheel using exports.ox_inventory:weaponWheel(state), it works fine on foot. However, if I enter a vehicle and then exit, the weapon wheel disappears and does not come back until I call the export again.
Framework
ESX
Resource version
2.44.8
To Reproduce
Steps to reproduce the behavior:
Activate the weapon wheel using exports.ox_inventory:weaponWheel(true).
Enter any vehicle.
Exit the vehicle.
The weapon wheel is no longer accessible until the export is called again.
Expected behavior
The weapon wheel should remain functional after entering and exiting a vehicle without needing to reactivate it manually.
Describe the bug
When I activate the weapon wheel using
exports.ox_inventory:weaponWheel(state), it works fine on foot. However, if I enter a vehicle and then exit, the weapon wheel disappears and does not come back until I call the export again.Framework
ESX
Resource version
2.44.8
To Reproduce
Steps to reproduce the behavior:
exports.ox_inventory:weaponWheel(true).Expected behavior
The weapon wheel should remain functional after entering and exiting a vehicle without needing to reactivate it manually.