EZ Scripts
DiscordTebex
  • šŸ’”Welcome To EZ Scripts
  • FIVEM
    • šŸ€EZ White Widow
      • Config File
      • Add more locations
      • Common Issues
    • 🟣EZ Lean Drug
      • Config File
      • Add more locations
    • ā„ļøEZ Coke & Crack Drug
      • Config File
      • Add more locations
    • šŸ” EZ Plate Changer
      • Config File
    • šŸ“‘Ez Lib
      • Config File
    • šŸ›”ļøEz Admin Authority
      • Config File
    • 🫳Ez Item Spawner
      • Config File
      • Permission Check
      • Add Item
      • Get Items
  • RedM
    • šŸ’¼EZ Society & Job Meny
      • Config File
      • Exports
      • Syn Society
    • šŸŒEZ Fast Travel
      • Config File
    • šŸ›”ļøEz Admin Authority
      • Config File
    • šŸ–Ez Consumables
      • Config File
    • šŸ“ŗEz HUD
      • Config File
      • Exports and Events
    • 🚷EZ Combat Logging
      • Config File
    • šŸ—½EZ Life Style
      • Getting Life Style
      • Config File
    • ā˜¢ļøEZ Radial Menu
      • Config File
    • 🫳Ez Item Spawner
      • Config File
      • Permission Check
      • Add Item
      • Get Items
Powered by GitBook
On this page
  • Script Features
  • STEP 1 - Unzip and Add Script To Server
  • STEP 2 - Manage Menu Items
  • Adding and Removing Dynamically

Was this helpful?

  1. RedM

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.

PreviousConfig FileNextConfig File

Last updated 4 months ago

Was this helpful?

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

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
)
ā˜¢ļø
Download Link
https://github.com/EZ-Scripts/ez_radialmenu