Configuration

Configuration for TD Warehouse Resource

ESX Version

Select the ESX version you are using on your server.

Config.NewESX = true

Accounts

Set the account you want to use when buying warehouse.

Config.Moneys = {
    ['bank'] = 'Bank', -- ['Account'] = Label
    ['money'] = 'Money',
    ['black_money'] = 'Dirty Money'
}

Discord Webhook

Enable and set your discord webhook.

Config.WebHook = {
    Staff = { -- Staff actions
        enable = true, -- false to disable discord log
        link = ''
    },
    Player = { -- Player actions
        enable = true,
        link = ''
    }
}

Commands

Chose the command for create and teleport to warehouse.

Police Jobs

Set your own police jobs.

Hacking Item

Chose the item you want for hacking the warehouse door.

Warehouses Type

Only for advanced users. Set your own IPL for the warehouse interior.

Notification

Set your own notification system. Ox Lib for example.

Locales

Set your own text for notifications and labels.

Last updated