[FREE] [STANDALONE] clxw-xmenu

clxw-xmenu for Fivem - README

Preview

Config

CSS Config

Source Code


Github Repository
Download

Introduction


clxw-xmenu is a versatile and customizable menu system for FiveM servers. It allows server administrators to create a dynamic and interactive menu with multiple options and submenus. The menu is easily accessible and can be configured to cater to various server needs.

Features

  • Keybind: Default keybind is set to ‘X’, which can be pressed to open the main menu.
  • Allow Movement: Players can move around while the menu is open.
  • Disable Left Click: Prevents accidental actions like hitting someone when the menu is open and movement is allowed.
  • Hold to Show: The menu will display as long as the keybind is held.
  • Submenu Support: Unlimited nesting of submenus for organizing multiple actions.
  • Custom Icons: Each menu item can have its own icon for easy identification.
  • Event Execution: Each menu item has its own execution function, so you can customize it to your needs.
  • Customizable Design: You can customize every color of the UI by simply changing the color in the CSS Config!

Item Example

{
    label = "Your Label",
    icon = "streamline:your-icon",
    execute = function()
        -- Your custom code or event trigger
    end
}

Submenu Example

{
    label = "Submenu Label",
    icon = "streamline:your-icon",
    sub = true,
    items = {
        -- Submenu items
    }
}

Usage

  • Press the configured keybind (‘X’ by default) to open the menu.
  • Navigate through the options using the mouse or keyboard.
  • Click on an option to execute its associated action or to open a submenu.
  • Hold the keybind if HoldToShow is enabled, or release it to close the menu.

Customization

  • Icons: Customize icons using the icon sets of Iconify.
  • Execution: Attach custom functions to menu options for specific actions.
  • Submenus: Organize complex actions into submenus for better accessibility and user experience.

Notes

  • Ensure that the keybind does not conflict with other in-game keybinds.
  • Test the menu and submenus thoroughly to ensure all actions are executing correctly.
  • The menu can be expanded with more advanced features depending on server requirements.
9 Likes

I love this Script! We gonna make Kids!

3 Likes

really nice work

1 Like

I spent last night looking for a standalone menu like this and I couldn’t find it, and now a gift like this, thank you, everything I asked for, love u, lmao

1 Like

At the fxmanifest the fxversion is this cerluean, but is cerulean

Hi Hensa, sorry just a typo :rofl:

1 Like

It would be easier if you added this to your code.
by the way, very good work and very good script! :grin:

SetCursorLocation(0.5, 0.5)

1 Like

Hi aLpin_putra,
Thanks for the idea, I haven’t heard of this native before, I will update it once I have time :slightly_smiling_face:

Could you post the OS version of the web too, I would like to make some changes?

1 Like

Situational options would be amazing (ie per job/multiple jobs, if has X or Y item, isinvehicle etc) bu it’s looking good!

1 Like

tnx share

1 Like

Hello Alfa_Terza1,
You can find the Vue Frontend source inside the GitHub repo under the Frontend branch!

Hello CoachBombay,
I wanted to keep it as standalone as possible so I haven’t implemented that, but I will add a function which is called before adding the item so people can do it themselves in the future!
Thanks for the Idea!

yes, ty <3

1 Like

there is weird bug if i press ESC to close menu it opens map and close menu its really annoying haha

i fixed for myself but im just letting you know that bug is there

Hello Nighty420,
Its not meant to be closed with Escape, but I will include a fix for it in the future!