UI Additions
Opening other UIs through the book !
You can add interactions for a specific type to open a different menu or UI when the top corner button is clicked.
For example:
sconfig.lua
sconfig.lua
The string in the NUI Callback has to be unique, or copy the one that your script is using and use that !
For this to work, you need to create a callback in the script you want to interact with or use the provided NUI callback from your own scripts. For instance, to make the above example work, add the following to rsg-multijob
:
Last updated