fzd_actionwheel after changing this file.
Quick reference
Framework
FzD Action Wheel is standalone by default and does not require a framework. Framework integration is only used when an action needs framework-owned player data such as jobs, grades, metadata, or framework inventory. SetConfig.Framework to one of the following values:
For most servers, the default is the easiest option:
Automatic detection checks Qbox before QBCore. This prevents Qbox’s QBCore compatibility layer from being mistaken for a native QBCore installation.
Framework examples
- Automatic
- Qbox
- QBCore
- ESX
- Standalone
Recommended for most servers.Detection order:
- Qbox
- QBCore
- ESX
- Standalone fallback
fzd_actionwheel.What framework integration affects
Framework integration is only needed for conditions that depend on framework-owned player data, including:jobjobGrade- player
metadata - framework-backed
itemschecks
Inventory
Config.Inventory controls where item-count conditions get their information.
For most servers:
Item conditions only check whether the player has the required items. FzD Action Wheel does not consume items and should not replace server-side authorization or validation in the resource performing the action.
Common framework and inventory combinations
Controls and keybinds
Keyboard and mouse
By default, hold F3 to open the normal wheel. Move the mouse to reveal the cursor, hover an action and left-click to select it.- Right-click or Escape goes back one level and closes at the root.
Config.KeyboardOpenMode = 'toggle'changes F3 to press-to-open / press-to-close.- Players can remap the binding in FiveM Settings → Key Bindings → FiveM.
Controller
Controller support is built into the Action Wheel rather than treated as a separate optional mode.
Returning the right stick to centre clears the selection. Releasing LB/L1 while centred, or while a submenu is highlighted, closes without activating a leaf action.
The default controller open control is:
37 corresponds to LB/L1.
The default LB/L1 binding replaces the game’s controller weapon-wheel control while FzD Action Wheel is in use. Walking and driving remain available while the menu is open.
Wheel position
xis clamped between 12 and 88.yis clamped between 18 and 82.
Title
The default centre title is controlled by:Command name
The base command/keymapping name is:Persistent actions
Config.Actions contains actions that should always be available on the normal wheel.
Startup order
If you use a framework or inventory resource, start it before FzD Action Wheel.fxmanifest.lua: