Page cover

Install

Karma Developments Tablet System İnstallation.

Setup

  1. First, go to https://keymaster.fivem.net/ 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.

Last updated