NaLajcie Scripts
  • NaLajcie Scripts
  • PAID SCRIPTS
    • Nalajcie - Boombox
      • Installation
      • Dependencies
    • NaLajcie - Guitar System
      • Installation
      • Dependencies
    • NaLajcie - Hostage Card
      • Installation
      • Dependencies
    • NaLajcie - Weed System
      • Installation
      • Dependencies
  • FREE SCRIPTS
    • NaLajcie - Notepad
      • Installation
      • Dependencies
    • NaLajcie - Extras Menu
      • Installation
      • Dependencies
Powered by GitBook
On this page
  1. FREE SCRIPTS
  2. NaLajcie - Notepad

Installation

PreviousNaLajcie - NotepadNextDependencies

Last updated 8 months ago

Resource must be named nalajcie_notepad to work properly.

  1. Ensure all dependencies are installed

Be sure all 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'
  }
},
dependencies