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
  • Dependencies
  • Item Installation
  1. PAID RESOURCES
  2. 🎇 Event Tablet

Installation

Previous🎇 Event TabletNextConfiguration

Last updated 10 months ago

  • Put the event-tablet folder into your server resource folder

  • Add ensure event-tabletto your server.cfg or put the folder into a [collection] already started in the server.cfg

  • Execute the SQL queries in @event-tablet/sql.sql


Dependencies

  • or


Item Installation

You can find the item in @event-tablet/items folder.

For opening the tablet you must use the item. You need to add it to your system:

Ox inventory

-- @ox_inventory/data/items.lua
["etablet"] = {
    label	= "Event Tablet",
    weight	= 1,
},

Qb-Inventory

-- @qb-core/shared/items.lua
etablet = {
    name        = "etablet",
    label	= "Event Tablet",
    weight	= 1,
},

es_extended
qb-core