βš™οΈConfiguration

Detailed explanation of the config file to adapt the resource to your player needs.

Config.lua

Config.TimeBetweenOffers= 240000

Time in ms to get a new offer from a restaurant.

Config.TimeBetweenStartingOffers = 1000

Time before deleting the offer - keep it like it is no need to change it.

Config.MaxOffersAtOneTime = 4

Max restaurant offers at one time (must be always < lenght (Config.Restaurants)) in our case 10.

Config.Currency = "$"

you can change it to € , Β£ ...

Config.UseCommand = "ubereats"

Set it to false, if you want to disable the command and keep only the item

Config.UseItem = "ubereatstablet"

Set it to nil, if you don't want to use an item and just keep the caommand usage

Config.FocusButton = 'LMENU'

Button used to toggle the NUI Focus, if you want to change it choose one from here

Config.vehiclemodel = "faggio2"

Vehicle model to use for the delivery

Config.OnlyUberEatsVehicle= false

Either the player can use any vehicles to deliver or only the script vehicle

If time is over and the delivery failed, player will get an invoice of (Minreward/Config.DelayFee), use 0 to disable fee

  • false :Players use their own IRL phone to scan QRCode.

  • true : Show the Code under the QRCode.

  • coords : Delivery coords (door to deliver to, you can change it anytime.)

  • customer : Customer Name displayed on the UI.

  • minreward : Minimum reward to that delivery

  • maxreward : The max reward you can get (minreward + tips)

  • id : Random string

  • delay : The delivery ends after "delay" hours (change it to 1, 2, 3, 4) !! use only integer !!

  • started : Keep it to false

  • qrcode : Keep it like it is

  • coords : Warehouse coords (qb-target)

  • photo : restaurant photo displayed on the UI.

  • name : Restaurant name.

  • package : Package to deliver.

  • emote : emote to use while picking the package.

  • id : Random string

  • started : Keep it to false

  • vehicle : coords for vehicle

Last updated