EZ Scripts
DiscordTebex
  • šŸ’”Welcome To EZ Scripts
  • šŸ›”ļøEz Admin Authority
    • Config File
  • 🫳Ez Item Spawner
    • Config File
    • Permission Check
    • Add Item
    • Get Items
  • FIVEM
    • šŸ€EZ White Widow
      • Config File
      • Add more locations
      • Common Issues
    • 🟣EZ Lean Drug
      • Config File
      • Add more locations
    • šŸ›”ļøEz Admin Authority
    • šŸ” EZ Plate Changer
      • Config File
    • šŸ“‘Ez Lib
      • Config File
    • ā„ļøEZ Coke & Crack Drug
      • Config File
      • Add more locations
    • 🫳Ez Item Spawner
  • RedM
    • šŸ’¼EZ Society & Job Menu
      • Config File
      • Exports
        • Duty System Exports
      • Syn Society
    • šŸŒEZ Fast Travel
      • Config File
    • šŸ–Ez Consumables
      • Config File
    • šŸ“ŗEz HUD
      • Config File
      • Exports and Events
    • šŸ›”ļøEz Admin Authority
    • 🚷EZ Combat Logging
      • Config File
    • šŸ—½EZ Life Style
      • Getting Life Style
      • Config File
    • ā˜¢ļøEZ Radial Menu
      • Config File
    • 🫳Ez Item Spawner
    • ā“Ez Report Menu
      • Config File
Powered by GitBook
On this page
  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 7 months ago

Was this helpful?

CtrlK
  • Script Features
  • STEP 1 - Unzip and Add Script To Server
  • STEP 2 - Manage Menu Items
  • Adding and Removing Dynamically

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

Download Link

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
)