Next Scripts
  • Introduction
  • PAID RESOURCES
    • 📦Job Creator
      • Installation
      • Configuration
        • Client Configuration
        • Server Configuration
      • Exports
        • Client Exports
        • Server Exports
      • Commands
      • FAQ
    • 🍂 Drug System
      • Installation
      • Configuration
    • 📢 Notify
      • Installation
      • Configuration
      • Exports
        • Client Exports
        • Server Exports
    • 🎇 Event Tablet
      • Installation
      • Configuration
  • FREE RESOURCES
    • 🍁 Npc Drug Sells
      • Installation
      • Configuration
    • 👆🏻 Targeting
      • Installation
      • Configuration
      • Client Exports
      • Examples
    • 💻 Dispatch
      • Installation
      • Client Exports
      • Server Exports
      • Commands
Powered by GitBook
On this page
  1. PAID RESOURCES
  2. 🎇 Event Tablet

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

PreviousInstallationNext🍁 Npc Drug Sells

Last updated 10 months ago