NTScripts Docs
  • ⛽NT_FUEL
  • ☀️NT_WEATHER
  • 💖NT_HUD
  • 📗NT_MENU
  • 📲NT_NOTIFICATION
  • 🚗NT_RENTAL
  • 🏦NT_CASH
  • 🗣️NT_DIALOGSYSTEM
  • 🕺🏻NT_ESSENTIALANIMATIONS
Powered by GitBook
On this page

📗NT_MENU

Previous💖NT_HUDNext📲NT_NOTIFICATION

Last updated 10 months ago

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.