notebookInstallation

Please make sure to read this installation process in order to install our script properly.

Step 1

Ensure all the dependencies are installed and started before NEX Gruppe6 in your server.cfg

Step 2

Make sure to adjust the config according to your needs.

Step 3

Head over to ox_inventory/data/items.lua and add the following item:

ox_inventory/data/items.lua
["gruppe6bag"] = {
        label = "Gruppe6 Bag",
        weight = 60000,
        stack = false,
        close = false,
        description = "Gruppe6 bag full with cash",
        client = {
            image = "gruppe6bag.png",
        }
},

Step 4 (optional)

If you are using sleepless_inventory_addons resource or any other resource that shows items on the back, you could add gruppe6bag to show up on characters like seen in our showcase video.

Last updated