βš™οΈConfiguration

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

Config.lua

Config.TimetoRefillWarehouse = 240000

Time needed to refill the warehouse with packages when they are empty.

Config.MaxPackages = 20

Max packages that player can deliver at one time.

Config.AmountToRefill = math.random(4,6)

The amount of packages to fill the warehouses after Config.TimetoRefillWarehouse

Config.Currency = "$"

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

Config.UseCommand = "amazon"

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

Config.UseItem = "amazontablet"

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 = "rumpo"

Vehicle model to use for the delivery

Config.OnlyAmazonVehicle = 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.)

  • 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)

  • packages : amount of packages on the warehouse

  • id : Random string

  • pickedup : Keep it to false

  • vehicle : coords for vehicle

  • active : Keep it to true

Last updated