Installation
*if using an inventory that isn't supported by t3_lib, please contact us for assistance*
Install t3_lib
Download the latest version of t3_deliveroo from keymaster
Drag t3_deliveroo to your server's resources folder and add
ensure t3_deliveroo
to your server.cfgConfig 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
Add the item
fooddelivery
to your framework/inventoryAdd the job defined in the config to your framework
Config.JobName = "deliveroo"
Restart the server
Last updated