Configuration

Config = {}

--[[
    "esx" and "qb" are available
]]
Config.Framework = "esx"

-- "en" or "it" are now available
Config.Locales = "en"
Language = Lang[Config.Locales]

--- Open dispatch keyboard control
Config.TabletItem = 'etablet'

--- Customize the in-map blip
Config.EventBlip = {
    color   = 3,
    sprite  = 309,
    scale   = 0.85,
}

--- These groups can delete or edit all the events
Config.AllowedGroups = {
    ["admin"] = {

    }
}

TabletItem

In-game item name. Remember to add the item to your inventory system

Last updated