Job config
Main courier job config. (sh_job.lua)
Npc orders
Config.Orders = {
npcOrders = true,-- Enable or disable NPC orders
npcOrderInterval = 600000, -- Time in milliseconds between new NPC order is created
maxNpcOrders = 5, -- Maximum number of NPC orders at a time
npcOrdersOnlyFromNonPlayerBusinesses = false, -- If true, NPC orders will only be created from restaurants that players don't managed
}Timeout intervals
Config.TimeToStartMaking = 300--Time in seconds does the restaurant works have to accept the order before it being cancelled and put back to the pool of available orders
Config.TimeToMake = 600--Time in seconds it takes for the restaurant worker to make the order before it gets cancelled
Config.TimeToFindCourier = 300--Time in seconds it takes for the driver to accept the delivery before it gets cancelled
Config.TimeToDeliver = 600--Time in seconds it takes for the driver to deliver the order before it gets cancelledFood bag
Bags in vehicles
Delivery menu
NPC configuration
Last updated