📗NT_MENU
Last updated
Last updated
How to add your logo to the menu?
Navigate to the directory: nt_menu/nui/img/
Replace or edit ntlogo.png
with your logo.
How to add more options to the menu?
Go to the index.html
file in nt_menu/nui/
and add or edit the current options in the paragraphs and modify the corresponding function in @click
. Next, go to nt_menu/nui/js/script.js
and in the methods
section, add a new function with the corresponding fetch. Finally, create a RegisterNuiCallback
in a new .lua
file and implement the corresponding action.
NT_MENU/client/vars.lua
key: If you want to use another key, you can modify it in this section.
commandname: If you want to open the menu using a command, you can customize it to your liking.