Ez_RadialMenu | [FREE] [STANDALONE] Radial Menu

[Standalone RedM] :radioactive: Radial Menu

A radial menu for redm, allows easier interactions for players.

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 Waypoint

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
)

Credit: GitHub - qbcore-framework/qb-radialmenu: Radial Menu Used With QB-Core 🔄

Download Here

Github


3 Likes

You need to fix this issue in your 3d waypoint script :

Since it’s originally by BLN studio: GitHub - blnStudio/bln_3d_waypoint: A sleek and performant waypoint indicator system that shows a dynamic 3D marker pointing to your destination.

the AGPL 3.0 license requires proper attribution, which typically includes:
1. The original author’s name.
2. A clear mention that the project is based on or derived from the original work.
3. A link to the original project repository to ensure transparency and credit.

Simply mentioning my name without linking back to the original project does not satisfy the attribution requirements of the AGPL 3.0 license.

triggering your events and using your resource as a dependency needs attribution now?
When none of your direct code is in any of his and he’s just calling your events?
Oh ok, I’ll be sure to archive this.

1 Like

He is not using my resource, he is using a copy of it without using same license and without clear attribution to the original author, this goes against the license rules! if you have not read them before then please go and read them…

UPDATE

the developer at the end has taken down the repository from his Github.

I never asked to take down the repository, all I asked is to comply with the license rules, but this is his decision and respected.

Thank you

ok guy “TriggerEvent(“3d_waypoint:setWaypoint”, Config.Locations[data.id][current])”

Have fun bud.
I also use this to set waypoints by calling it in my scripts

1 Like

Idk what you are talking about LOL.
He put his 3d_waypoint script as dependency for this script,
and that one is a copy of my bln_3d_waypoint ! he took without comply to the original license rules. This is the issue and all the story my bud!

Maybe i’m just stupid but i cant make this work :sweat_smile: