[Release] Universal Development Menu (M Menu)

Both of those are planned for the near future! Thank you for using it!

1 Like

How could i change the radar to work with another one

2 Likes

Amazing Menu. I would love to see more actions for both LEO and EMS on the menu.
Leo Suggestions:
Cuff
Grab
Put in vehicle
remove from vehicle
BAC

EMS actions
Stretcher
Put in vehicle
remove from vehicle
grab (if intended correctly)

All in all a amazing script

2 Likes

What radar are you wanting to use with it?

1 Like

Thank you so much! Most of those are on the todo list, thanks for the suggestions.

1 Like

stealthradar

2 Likes

MAKE SURE ITS THE NEWEST VERSION

2 Likes

Would you be able to link me it? All you need to do is change the line that triggers the radar event to trigger an event that will open up the stealth radar.

1 Like

Literally one of the best add-ons for a quality server.

2 Likes

Thank you! Glad you love it

1 Like

Its not a released script, Something i got from someone else

2 Likes

You would need to find the event that opens up the radar or radar menu and trigger that on line 117.

1 Like

how would i make the rs9000 radar work?

2 Likes

im trying to get it call my vehicle extra menu and liveries menu but it wont register it…no errors codes any ideas?

2 Likes

Do you have an event to open up those menus?

1 Like

I’m trying to figure out if there is an event to open up the radar menu for RS9000, I’ll keep you updated here.

1 Like

yes im using the vehicle extra and liveries menu on fivem

This is UD_Menu
extraItem.Activated = function(sender, item)
_menuPool:CloseAllMenus()

    TriggerEvent( 'VLM:AdminStatusChecked' )

    exports['mythic_notify']:SendAlert('success', 'Extra Menu Opened', 5000)
end

and this is what its registering
RegisterNetEvent(‘VLM:AdminStatusChecked’)
AddEventHandler(‘VLM:AdminStatusChecked’, function(State) --Just Don’t Edit!
IsAdmin = State
end)

2 Likes

Might be because you’re not passing the parameter “State”. Do you mind linking the extra menu that you’re referring to?

1 Like
2 Likes

From the looks of it, you would need to create an event since there isn’t one to open it.

1 Like