🆘
Documentation
  • 👋Welcome to T3 Dev
  • Resources
    • 🪄t3_lib
      • Installation
    • 🎴t3_tradingcards
      • Installation
      • Snippets
      • Adding new packs
      • Common Issues
    • 💯t3_grading
      • Installation
      • Snippets
    • 💰t3_comicrobbery
      • Installation
      • Snippets
    • 🚴‍♂️t3_deliveroo
      • Installation
    • 🛤️t3_trainjob
      • Installation
  • External Links
    • Tebex
    • Discord
    • GitHub
Powered by GitBook
On this page
  1. Resources
  2. t3_deliveroo

Installation

Last updated 1 year ago

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

  1. Install

  2. Download the latest version of t3_deliveroo from

  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

🚴‍♂️
t3_lib
keymaster