v3.2.0
New
- Own UI for the keys menu and the locksmith. The
/keyMenuand the locksmith menu no longer run on ox_context or ox_menu, they run on their own NUI in the MSK style. The flow stays the same as before, you pick a key category, then one of your vehicles, then the action (give secondary key, exchange locks, transfer vehicle). The locksmith shows your vehicles as a list and exchanges the locks on the one you pick. Everything the menu does still goes through the same functions as before, so the behavior is identical, only the look changed. The back arrow and Escape go one step up, the X closes it.
Changed
nuiis the new default.Config.Settings.menu.keysMenuandConfig.Locksmith.menuare set to'nui'now. ox_context and ox_menu are still there as a fallback, and a newnuioption was added to both menu dropdowns in the dashboard Settings tab, so you can switch back and forth live without touching the config.
The NUI ships prebuilt, so there is nothing to build on your side. Just replace the resource files as usual, the server needs no npm.
Changed files
fxmanifest.lua
config/settings.lua
shared/admin_perms.lua
client/menu.lua
client/nui.lua
client/admin/main.lua
html/**