Dynyx Scripts
  • Dynyx Scripts
  • 🚗Chop Shop
    • Introduction
    • Installation & Configuration
      • qb-inventory
      • ox_inventory
  • 🧰Crafting System
    • Introduction
    • Installation & Configuration
      • ox_inventory
      • qb-inventory / ps-inventory
      • qs-inventory
  • 🌱Weed Growing
    • Introduction
    • Installation & Configuration
      • ox_inventory
      • qb-inventory / ps-inventory
      • qs-inventory
  • 💳EBT Cards
    • Introduction
    • Installation & Configuration
      • ox_inventory
      • qb-inventory / ps-inventory
Powered by GitBook
On this page
  • Images:
  • Installation:
  • How to add an item to the ebt:
  1. EBT Cards
  2. Installation & Configuration

qb-inventory / ps-inventory

Images:

  1. Go to dynyx_ebtcards\images and copy all the images

  2. Locate the qb-inventory\html\images or ps-inventory\html\images folder

  3. And paste all the images in there

Installation:

  1. Copy the following code

  2. Go to the bottom of qb-core\shared\items.lua

  3. Paste all the items before the last }

    ['ebt_card'] = {name = 'ebt_card', label = 'EBT Card', weight = 1000, type = 'item', image = 'ebt_card.png', unique = true, useable = false, shouldClose = false, combinable = nil, description = 'Electronic Benefits Transfer Card'},
  1. Please see the README.md File I provided for the rest of the Installation for qb-inventory / ps-inventory

How to add an item to the ebt:

  1. Go to qb-shops\config.lua and look for Config.Products

  2. Find the item you want to give EBT access to

  3. Finally add ebt = true after the amount

  4. Here is an example of how it should look like

Previousox_inventory

Last updated 20 days ago

💳