Installation

Resource must be named nalajcie_notepad to work properly.

  1. Ensure all dependencies are installed

Be sure all dependencies are installed, running, and utilizing the latest versions available.

  1. Edit config

Configure the script to your servers needs, everything can be customized!

Just add it to your items ( ox_inventory/data/items.lua )

["notepad"] = {
  label = "Notepad",
  weight = 160,
  close = true,
  client = {
    event = 'nalajcie_notepad:openNotepad'
  }
},

["notepad_sheet"] = {
  label = "Notepad Sheet",
  weight = 2,
  stack = false,
  close = true,
  client = {
    event = 'nalajcie_notepad:openread'
  }
},

Last updated