π οΈINSTALLATION
Download the latest release from Tebex Store
Extract the
janiel-tugtraderfolder to yourresourcesdirectoryAdd
ensure janiel-tugtraderto yourserver.cfgChoose your inventory system in
config.lua:Config.Inventory = 'qb' -- or 'ox' for ox_inventoryAdd the required items to your inventory system
For QB-Inventory
Add to qb-core/shared/items.lua:
['suspicious_package'] = {
name = 'suspicious_package',
label = 'Suspicious Package',
weight = 1000,
type = 'item',
image = 'suspicious_package.png',
unique = false,
useable = false,
shouldClose = false,
combinable = nil,
description = 'A suspicious looking package...'
},For ox_inventory
Add to ox_inventory/data/items.lua:
If you are using the latest ps-dispatch you can skip this step.
PS-Dispatch Integration
Add to
client/alerts.lua:
Add to
config.lua:
Last updated