Installation

*if using an inventory that isn't supported by t3_lib, please contact us for assistance*

  1. Install t3_lib

  2. Download the latest version of t3_deliveroo from keymaster

  3. Drag t3_deliveroo to your server's resources folder and add ensure t3_deliveroo to your server.cfg

  4. Config In the config.lua you will find some options you can change to suit your server.

    Config.Options = {
        bagCommand = "dbag",
        lostDeliveryCommand = "lostdelivery",
        secondsToAcceptDelivery = 15,
        maxItemsPerPickup = 5,
        maxDistanceFromPickup = 1600,
        enableTips = true,
        tipPercentage = {min = 0, max = 50},
        prop = "prop_paper_bag_01",
        customers = {
            "a_f_m_beach_01",
            "a_f_m_bevhills_01",
            ...
        },
        cooldowns = {
            offPeak = 1.0, --in minutes
            breakfast = 0.75,
            lunch = 0.5,
            evening = 0.25,
        }
    }

    You can also change the pickup and delivery locations and option in the lower part of the config

  5. Add the item fooddelivery to your framework/inventory

  6. Add the job defined in the config to your framework

    Config.JobName = "deliveroo"
  7. Restart the server

Last updated