Karma Developments
DiscordStore
  • Welcome
  • Script Guides
    • Karma Developments Clothing System
      • Install
      • How to change clothing images?
    • Karma Developments Dispatch System
      • Install
      • How to add new Job to Dispatch
      • How to add alerts in my other scripts?
    • Karma Developments Server-Side Graphics Overhaul System
      • Install
      • How to fix grass on roads?
      • Getting crashs?
    • Karma Developments NPC Dialog System
      • Install
      • How to add the images of items at STORES?
    • Karma Developments Garage & Impounds System
      • Install
      • How to create a new garage?
      • How to show vehicles at my qb-phone?
    • Karma Developments Tablet System
      • Install
      • How to add a App UI in Tablet?
  • ABOUT
    • All Links
Powered by GitBook
On this page
  • Setup
  • Items to be added to if you use QB INVENTORY qb-core/shared/items.lua
  • Items to be added to if you use OX INVENTORY ox_inventory/data/items.lua
  1. Script Guides
  2. Karma Developments Tablet System

Install

Karma Developments Tablet System İnstallation.

PreviousKarma Developments Tablet SystemNextHow to add a App UI in Tablet?

Last updated 6 days ago

Setup

  1. First, go to and download the purchased files.

  2. Add the item in your inventory

  3. Now ensure it at your server.cfg and good luck!

ensure karma-tablet

Items to be added to if you use QB INVENTORY qb-core/shared/items.lua


   tablet                       = { name = 'tablet', label = 'Pixel Tablet', weight = 2000, type = 'item', image = 'tablet.png', unique = false, useable = false, shouldClose = true, description = 'Tablet' },

Items to be added to if you use OX INVENTORY ox_inventory/data/items.lua

["tablet"] = {
    label = "Pixel Tablet",
    weight = 100,
    stack = false,
    consume = 0,
    close = true,
    usable = true,
    description = 'Tablet',
},

For more informations you can verify our README.md attached at karma-tabletsystem.

https://keymaster.fivem.net/
Page cover image