Br-Menu | BrunoMarc

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

Its will create multi buttons, if its your target yes you can do it.

Could you put a readme on how to full use it ?

1 Like

pretty self explanatory.

1 Like

Nice 1!

1 Like

Bump! lol

I love this ui, congrats

2 Likes

Provide some documentation, please.
Also why use templates if you’re not gonna use templates?

What?

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals

It’s a fun script, had some fun with it… But never managed to get the GUI to work with a garage script - possibly because it has seperated functions?
I tried chainging the function for menu.addButton with all the right args, but didn’t seem to work. Even chainged in the client side every menu.addButton to your export, but still nothing seemed to work. It’s just the functions part that doesn’t work… Any help?

Works fine with any garage system.

Which garage system, and does it use Menu.addButton?