The interface does not appear
The interface does not appear
- Confirm the folder is named exactly
fzd_actionwheel. - Confirm
ensure fzd_actionwheelis inserver.cfg. - Confirm the distributed
web/distdirectory was uploaded. - Check the server console and client F8 console for errors.
The wheel opens but has no actions
The wheel opens but has no actions
An empty
Config.Actions produces an empty normal wheel. Add configured actions or start resources that register their actions. After restarting FzD Action Wheel, restart runtime integrations so they register again.An export cannot be found
An export cannot be found
Check the exact resource name, start order and that the call is made from a client script. Add
dependency 'fzd_actionwheel' when the wheel is required.An action appears but does nothing
An action appears but does nothing
Confirm it is not a visual placeholder, verify the event/command exists, check F8 for errors and confirm the action is not disabled.
A job action does not appear
A job action does not appear
Select the correct framework, start it before FzD Action Wheel, use the exact internal job name and verify the minimum grade. Standalone mode has no job information.
An item-restricted action does not appear
An item-restricted action does not appear
Check
Config.Inventory, resource start order, exact item names and required quantities. Player metadata conditions are not inventory-item metadata.I get a duplicate ID error
I get a duplicate ID error
Every action and nested child needs a unique ID. Namespace IDs, for example
my_garage:repair.An icon shows a fallback/question mark
An icon shows a fallback/question mark
Check the Font Awesome Free Solid icon name. Pro, Brands and Regular icons are not bundled.
The shop demo does not actually buy anything
The shop demo does not actually buy anything
This is intentional. FzD Action Wheel only displays choices and dispatches events. Production purchase logic belongs in the shop resource and must be validated server-side.