[free] [qb] tug trader [escrow]

TugTrader

A port trading script for FiveM with QB-Core and ox_inventory support.
We are a system that you can use either illegally or legally, where you can go to ports by ship and get supplies and money.

Features

  • Port trading system

  • 6 different delivery points

  • Suspicious package system

  • Police notification

  • VehicleKeys integration

  • PS-Dispatch integration

  • QB-Target interaction

  • Customizable rewards

  • Police count check

  • Both QB-Inventory and ox_inventory support

  • Version checking system

  • Discord logging

Dependencies

  • QB-Core

Required

  • QB-Target or ox_target

  • QB-Inventory or ox_inventory

  • PS-Dispatch

Optional

  • qb-VehicleKeys
  • qs-vehiclekeys
    -custom keys script

:camera_flash: [Preview ]:camera_flash:

Support

Code is accessible No
Subscription-based No
Lines (approximately) 500+
Requirements qbcore
Support Yes
7 Likes

small change I made before the forum topics were approved.
New config ;

Config.MissionRequirements = {
    enabled = true, -- 
    type = 'both', -- 'money', 'items', 'both' 
    money = {
        enabled = true,
        amount = 50000
    },
    items = {
        enabled = true,
        required = {
            {
                name = 'security_card_02',
                amount = 1,
                label = 'Yellow Card'
            },
            {
                name = 'sandwich',
                amount = 1,
                label = 'Sandwich'
            },
            {
                name = 'repairkit',
                amount = 2,
                label = 'Repair Kit'
            }
        }
    }
}
1 Like

Didnt found anything that fill smy inv, because it says inv if full once i try to talk with ped ( ox )

nice work
i want to add Qs-Dispatch + tgiann-inventory

2 Likes

thank u, I will update it soon.

1 Like

Have you checked the item weights?

1 Like

yeah i figured out

If your problem is solved, I wish you good roles :slight_smile:

image

inventtory error

This is an error caused by the weight. Can you try lowering the item weights?

It still gives me errors even after this change.

– Delivery Locations
Config.DeliveryLocations = {
{
name = “Port 1”,
coords = vector3(505.32, -3390.24, 6.07),
npc = {
model = “a_m_m_business_01”,
coords = vector4(505.32, -3390.24, 6.07, 178.68),
},
rewards = {
money = 5000,
– items = {
– {name = “goldbar”, amount = 1},
– {name = “diamond”, amount = 2}
– }
}
},
{
name = “Port 2”,
coords = vector3(-1801.68, -1229.04, 1.62),
npc = {
model = “a_m_m_business_01”,
coords = vector4(-1801.68, -1229.04, 1.62, 238.55),
},
rewards = {
money = 5000,
– items = {
– {name = “goldbar”, amount = 1},
– {name = “diamond”, amount = 2}
– }
}
},
{
name = “Port 3”,
coords = vector3(-3424.62, 957.64, 8.35),
npc = {
model = “a_m_m_business_01”,
coords = vector4(-3424.62, 957.64, 8.35, 92.55),
},
rewards = {
money = 5000,
– items = {
– {name = “goldbar”, amount = 1},
– {name = “diamond”, amount = 2}
– }
}
},
{
name = “Port 4”,
coords = vector3(-1611.13, 5262.05, 3.97),
npc = {
model = “a_m_m_business_01”,
coords = vector4(-1611.13, 5262.05, 3.97, 24.79),
},
rewards = {
money = 5000,
– items = {
– {name = “goldbar”, amount = 1},
– {name = “diamond”, amount = 2}
– }
}
},
{
name = “Port 5”,
coords = vector3(-276.63, 6638.54, 7.52),
npc = {
model = “a_m_m_business_01”,
coords = vector4(-276.63, 6638.54, 7.52, 46.62),
},
rewards = {
money = 5000,
– items = {
– {name = “goldbar”, amount = 1},
– {name = “diamond”, amount = 2}
– }
}
},
{
name = “Port 6”,
coords = vector3(3867.38, 4463.88, 2.72),
npc = {
model = “a_m_m_business_01”,
coords = vector4(3867.38, 4463.88, 2.72, 271.28),
},
rewards = {
money = 0,
– items = {
– {name = “goldbar”, amount = 1},
– {name = “weapon_pistol”, amount = 1}
– }
}
},
}

You can come to Discord for problems, I can’t help you with this here :smiley: so you need to adjust it to suit yourself.