Installation
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, } }Config.JobName = "deliveroo"
Last updated