Br-Menu | BrunoMarc

BR-MENU
Menu Preview:


image

Features:
• Easy to use (exports only)
• Sounds
• Categories
• Trigger Parameters
• Cool NUI
• Option to make title for everyone menu
• Config File

Download:

[There is example command to understand how the menu is working]

Feel free to ask any question!

13 Likes

Put some effort in your release post

Looks soooo pretty, I can use it for my scripts replacing esx_menu_default? Giving credits to you.

1 Like

Of Course You Can

1 Like

Yeah sure.

Really cool! I will use it for my scripts, thank you.

1 Like

Thanks!

1 Like

Nice Release!!

Very pretty, well done!

Thanks!

Seems pretty cool, but has the shittiest documentation ever, please work on that you provided an example with little to no information on how it works…

Hey, what do you mean?
Like tutorial what every part of the export using for?

no explanation of how to implement… just use export doesnt help people

1 Like

this looks amazing, and yes if you could provide some documentation on how to implement this then that would be greatly appreciated ! :slight_smile:

1 Like

Sure! i will upload it rn

1 Like

Thanks :smiley:

1 Like

And how is that any explanation to us without having to look in the code? We’re supposed to guess what the parameters do?

My guess for the params is:

  1. Label
  2. Description
  3. Namespace?
  4. No idea what that would be
  5. Command?
1 Like

So 1. Title
2. Description
3. Trigger
4. Parameter that you want
5. Menu id and if you dont wanna use menu id and do it out and not under any sub menu just dont write anything.

Did you got it?

how about this
for k, v in pairs(result) do
Menu.addButton(label, “TakeOutGarageVehicle”, v, v.state)
using with ur menu ?

1 Like