Quick Action (Radial) Menu
💰 Paid FiveM radial menu script
📋 Overview
A sleek and customizable radial menu for quick actions:
- Animated wheel - Smooth radial animation
- Customizable items - Add your own actions
- Category support - Organize actions in categories
- Keybind system - Easy access to menu
⚙️ Features
Preset Categories
| Category | Actions |
|---|---|
| Interactions | Greet, Wave, Hands Up |
| Vehicle | Lock, Engine, Trunk |
| Inventory | Items, Weapons, Quick Use |
| Social | Voice, Radio, Eject Player |
Configuration
-- config.lua
Config.Keybind = 'F3' -- Menu keybind
Config.MaxRadius = 8 -- Number of items
Config.AnimationSpeed = 150 -- ms📥 Installation
- Purchase from Store (opens in a new tab)
- Follow included README
- Configure to your needs
- Add to server.cfg
🎮 Usage
Hold [F3] - Open radial menu
Move mouse - Select action
Release [F3] - Execute action🔧 Custom Actions
Add your own actions in config:
Config.Actions = {
{
id = 'my_action',
label = 'My Custom Action',
icon = '🔧',
event = 'my:event',
}
}💵 Purchase
Available at LuckyScripts Store (opens in a new tab)