Configuration

If you are using ox_lib, then for using ox_lib you must unblock 2 lines on fxmanifest.lua, then type to game/server console "refresh" and "ensure ug_delivery" Config.lua

Config.Framework = "newqb" -- newesx / oldesx / newqb / oldqb

Config.Notify = "qb" -- esx / qb
Config.TextUI = "codem" -- esx / ox_lib / luke / codem

Config.TotalPercent = 100 -- Setup % how much money does him givein
Config.MaxOrder = 50 -- SET = (Number), Maximum number of pending orders.
Config.NewOrderTime = 20 -- SET = (Second), Time to wait for a new order to be added to the list.

Config.OpenDelivery = "delivery"
Config.CloseDelivery = "closedelivery"

-- This use only if you have Codem-TextUI, then only edit "Text" nothing more
Config.TextUIConfig = {
    Enable = true,
    Text = "Delivery Items",
    Key = "E",
    Thema = "thema-1"
}

Config.Marker = {
    Enable = true,
    type = 21,
    red = 102,
    green = 102,
    blue = 204,
    alpha = 100
}

Config.Blip = {
    Sprite = 354,
    Scale = 1.2,
    Color = 5,
    Name = "Delivery"
}

Config.DeliveryItems is config where you setup all items what you can player delivery items for each destinations.

Last updated