Releases: ThymonA/menuv
MenuV v1.4.1
MenuV v1.4.1
Updated version of MenuV
Features
- MenuV controller support added
Fixes
<menu>
:Close works properly, menu's should now be closeable.
Download
Download menuv_v1.4.1.zip and add them to your resource folder, make sure the name is menuv instead of menuv_v1.4.1, files are pre-build and don't have to be build anymore!
Developer(s) credits
Name | GitHub | Discord | |
---|---|---|---|
Thymon Arens (ThymonA) | ThymonA | Tigo#9999 | contact@thymonarens.nl |
Korioz (Korioz) | Korioz | Korioz#3310 | pro.korioz@protonmail.com |
MenuV v1.4
MenuV v1.4
Updated version of MenuV
Features
- MenuV won't open or interact while player is in pause menu
- MenuV has now colour support like
^1
or~r~
(red),^2
or~g~
(green) etc. - MenuV added
MenuV:Refresh()
to force NUI to reload menu without reopening menu.
Fixes
<menu>
:Close works properly, fix issues where menu's required to close before they working again.- Theme's couldn't be changes on runtime, resource restart was required. (now you can change it on the fly).
- Items will now sort always right even when list is changing.
Changes
- master version isn't runnable anymore,
npm run build
is required to compile the hole project. README.md
updated
Download
Download menuv_v1.4.zip and add them to your resource folder, make sure the name is menuv instead of menuv_v1.4, files are pre-build and don't have to be build anymore!
Developer(s) credits
Name | GitHub | Discord | |
---|---|---|---|
Thymon Arens (ThymonA) | ThymonA | Tigo#9999 | contact@thymonarens.nl |
MenuV v1.3
MenuV v1.3
Updated version of MenuV
Features
Fixes
- Title on labels will now wrap instead of fixed length
Changes
- Documentation uploaded https://menuv.fivem.io/api/
README.md
updated
Download
Download menuv_v1.3.zip and add them to your resource folder, make sure the name is menuv instead of menuv_v1.3, files are pre-compiled and don't have to be compiled anymore!
Developer(s) credits
Name | GitHub | Discord | |
---|---|---|---|
Thymon Arens (ThymonA) | ThymonA | Tigo#9999 | contact@thymonarens.nl |
MenuV v1.2
MenuV v1.2
Updated version of MenuV
Features
-
Custom menu toggle
menu:OpenWith('keyboard', 'F1')
, see example.luaDocumentation: https://menuv.fivem.io/api/#Menu#OpenWith
-
Close all menu key ( default: PLUS ) (=+ key left of backspace)
-
GetParentMenu function added to items
item:GetParentMenu()
to receive parent menu of itemDocumentation: https://menuv.fivem.io/api/#Item#GetParentMenu
-
InheritMenu function added to menus
menu:InheritMenu({ title = 'test' }, 'demo2')
Documentation: https://menuv.fivem.io/api/#Menu#InheritMenu
-
Namespace validation added, all menu's should have unique namespaces, otherwise reuse already created ones.
Fixes
- Typo in copyright description
README.md
updated
Changes
- Documentation created/uploaded to https://menuv.fivem.io/api/
Download
Download menuv_v1.2.zip and add them to your resource folder, make sure the name is menuv instead of menuv_v1.2, files are pre-compiled and don't have to be compiled anymore!
Developer(s) credits
Name | GitHub | Discord | |
---|---|---|---|
Thymon Arens (ThymonA) | ThymonA | Tigo#9999 | contact@thymonarens.nl |
Revin (RevinB) | RevinB | Revin#0001 | revin@polairr.dev |
MenuV v1.1
MenuV v1.1
Updated version of MenuV
Features
- Banner background support (YTD)
- Items can be disabled and made unselectable
{ disabled = true }
- Menu has fixed height
- Menu has an auto-scroll function
- All threads executed by the menu will be killed when the menu is closed.
Fixes
- Update items without reloading/reopening menu
- Change global
UPDATE_ITEMS
to multiple functions ClearItems
in Menu fixed
Changes
- fx_version from
adamant(2019-12)
tocerulean(2020-05)
- README,md changed
Download
Download menuv_v1.1.zip and add them to your resource folder, make sure the name is menuv instead of menuv_v1.1, files are pre-compiled and don't have to be compiled anymore!
Developer(s) credits
Name | GitHub | Discord | |
---|---|---|---|
Thymon Arens (ThymonA) | ThymonA | Tigo#9999 | contact@thymonarens.nl |
MenuV v1.0
MenuV v1.0
First official MenuV release.
Features
- Support for simple buttons, sliders, checkboxes, lists and confirms
- Support for emojis on items
- Support for custom colors (RGB)
- Support for all screen resolutions.
- Support for all screen positions.
- Support for multiple events
- Item descriptions
- Rebindable keys
- Event-based callbacks
- Uses
2 msec
while menu open and idle. - Precompiled files.
- Native sound support.
Download
Download menuv_v1.zip add them to your resource folder, make sure the name is menuv instead of menuv_v1, files are pre-compiled and don't have to be compiled anymore!
Developer(s) credits
Name | GitHub | Discord | |
---|---|---|---|
Thymon Arens (ThymonA) | ThymonA | Tigo#9999 | contact@thymonarens.nl |