☢️EZ Radial Menu
A radial menu for RedM, allows easier interactions for players, and more. Comes with a custom waypointer to closest frequently visited public places.
Script Features
Select walking styles build in to change and update on server side for VORP.
Add Items to show only for specific jobs.
Add items from other scripts dynamically.
Get nearby locations via GPS.
Standalone
STEP 1 - Unzip and Add Script To Server
Not found
Unzip the script folder within your server resources folder. Ensure script in server.cfg ... "ensure ez_radialmenu".
STEP 2 - Manage Menu Items
Change default keybind, job iteractions (seperate menus depending on job), walking styles and more.
You are able to manage the menu items within the config file.
Adding and Removing Dynamically
exports[‘ez_radialmenu’]:RemoveOption(MenuItemId)
exports[‘ez_radialmenu’]:AddOption(
{
id = ‘custommenuitem’,
title = ‘Custom Menu Item’,
icon = ‘address-card’,
type = ‘client’,
event = ‘name_event’, ← Event name that opens the menu
shouldClose = true
},
nil
)
Last updated
Was this helpful?