fzd_actionwheel_shop_demo is a separate FiveM resource that calls exports.fzd_actionwheel:open.
Install
- Pay for items
- Put items back
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Test the real contextual-menu export with the included demo resource.
fzd_actionwheel_shop_demo is a separate FiveM resource that calls exports.fzd_actionwheel:open.
refresh
ensure fzd_actionwheel
ensure fzd_actionwheel_shop_demo
/shopwheel
local success, reason = exports.fzd_actionwheel:open({
{
id = 'shop_demo_pay',
label = 'Pay for items',
icon = 'cash-register',
clientEvent = 'fzd_actionwheel_shop_demo:pay'
},
{
id = 'shop_demo_return',
label = 'Put items back',
icon = 'basket-shopping',
clientEvent = 'fzd_actionwheel_shop_demo:returnItems'
}
}, { title = 'SHOP' })
exports.fzd_actionwheel_shop_demo:openCheckout()