
Install
Karma Developments Tablet System İnstallation.
Setup
First, go to https://keymaster.fivem.net/ and download the purchased files.
Add the item in your inventory
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
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
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-tablet
system.
Last updated