📦Installation

🔧 1. Requirements

Before installing, ensure you have the following dependencies:


📥 2. Download & Extract

  1. Download the latest release from your keymaster.

  2. Place the folder:

gunchi-containermissions

into your server’s resources directory.


🗄️ 3. Core Items

Add the following items to your core > shared.gta5.lua:

["anglegrinder"] = {
        ["label"] = "Angle Grinder",
        ["weight"] = 500,
        ["type"] = "item",
        ["image"] = "placeholder.webp",
        ["unique"] = true,
        ["stackable"] = true,
        ["useable"] = true,
        ["shouldClose"] = true,
        ["description"] = "For cutting stuff..",
        ["quality"] = 100
    },
    ["consignment_paperwork"] = {
        ["label"] = "Consignment Paperwork",
        ["weight"] = 10,
        ["type"] = "item",
        ["image"] = "placeholder.webp",
        ["unique"] = true,
        ["stackable"] = true,
        ["useable"] = false,
        ["shouldClose"] = false,
        ["description"] = "Some details regarding a delivery..",
        ["decay"] = 1,
        ["decayRate"] = 200,
        ["metadata"] = {
            type = ""
        }
    },

⚙️ 4. Configuration

config.lua

Use this file to configure:

  • Mission types

  • Loot tables

  • Container locations

  • Rewards

  • General balancing

missionstartconfig.lua

Configure:

  • Mission start NPC

All configuration options are documented inside the files.


▶️ 5. Add to Server / Resources Config

Ensure the resource is started by adding the following to your server.cfg or resources.cfg:


🔐 6. Escrow & Customization

This script uses escrow protection, however the following files remain editable:

  • config.lua

  • missionstartconfig.lua

  • missionstartc.lua

  • missionstarts.lua

These files allow you to customize gameplay without breaking escrow protection.


🎮 7. Usage

Once installed:

  • Interact with configured mission start NPC (if you use the default integration)

  • Hand the NPC some consignment paperwork

  • Travel to mission location

  • Fight guards and open containers using the angle grinder (use item when in zone)


🆘 8. Support

If you need help:

  • Join my Discord server for support and updates

Last updated