That Creator Documentation
  • 👋OVERVIEW
  • 📚DOCUMENTATION
    • 📘SCRIPTS GUIDES
    • 💳WALLET
      • Overview
        • Config Preview
      • Installation
      • Showcase Video
      • Tebex
      • Version Updates
    • 🗑️TRASH SEARCH
      • Overview
        • Config Preview
      • Installation
      • Showcase Video
      • Tebex
    • 🔐SECURE BOX
      • Overview
        • Config Preview
      • Installation
      • Showcase Video
      • Tebex
      • Version Updates
    • ⌨️BOSS AND JOBS
      • Overview
        • Config Preview
      • Installation
      • Showcase Video
      • Tebex
      • Version Updates
      • FAQ
Powered by GitBook
On this page
  1. DOCUMENTATION
  2. SECURE BOX

Installation

PreviousConfig PreviewNextShowcase Video

Last updated 1 year ago

All info can be found in the README.md file that is in the folder

  1. Modify the config.lua file as desire

    • Select allowed list items, black list items, or neither

    • Modify the slot number and weight inside of box

    • Select if the box will have the pin or not

  2. Add the box(es) and lock pick(es) into qb-core/shared/items.lua

    • If only using one you don't need to add both

  3. Add the images from the images folder into qb-inventory/html/images folder

  4. In qb-inventory/server/main.lua add in the needed lines for Identifying the box

    • Should look like this

  5. Add into dpemotes/Client/AnimationList.lua the needed emotes for the box

    • If only using one you don't need to add both

  6. Move that_sec_box into your server resources

    • Will need to restart the server for all coding to take effect

📚
🔐