Installation

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

Last updated