- Notifications
You must be signed in to change notification settings - Fork129
Releases: ThymonA/menuv
MenuV v1.4.1
Compare
MenuV v1.4.1
Updated version ofMenuV
Features
- MenuV controller support added
Fixes
<menu>
:Close works properly, menu's should now be closeable.
Download
Downloadmenuv_v1.4.1.zip and add them to your resource folder, make sure the name ismenuv instead ofmenuv_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 |
Assets3
MenuV v1.4
Compare
MenuV v1.4
Updated version ofMenuV
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 forceNUI 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
Downloadmenuv_v1.4.zip and add them to your resource folder, make sure the name ismenuv instead ofmenuv_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 |
Assets3
MenuV v1.3
Compare
MenuV v1.3
Updated version ofMenuV
Features
Fixes
- Title on labels will now wrap instead of fixed length
Changes
- Documentation uploadedhttps://menuv.fivem.io/api/
README.md
updated
Download
Downloadmenuv_v1.3.zip and add them to your resource folder, make sure the name ismenuv instead ofmenuv_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 |
Assets3
MenuV v1.2
3f2ed54
Compare
MenuV v1.2
Updated version ofMenuV
Features
Custom menu toggle
menu:OpenWith('keyboard', 'F1')
, seeexample.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 tohttps://menuv.fivem.io/api/
Download
Downloadmenuv_v1.2.zip and add them to your resource folder, make sure the name ismenuv instead ofmenuv_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 |
Assets3
MenuV v1.1
Compare
MenuV v1.1
Updated version ofMenuV
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
inMenu fixed
Changes
- fx_version from
adamant(2019-12)
tocerulean(2020-05)
- README,md changed
Download
Downloadmenuv_v1.1.zip and add them to your resource folder, make sure the name ismenuv instead ofmenuv_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 |
Assets3
MenuV v1.0
Compare
MenuV v1.0
First officialMenuV 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
Downloadmenuv_v1.zip add them to your resource folder, make sure the name ismenuv instead ofmenuv_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 |