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

ox_inventory

Images:

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

  2. Locate the ox_inventory\web\images folder

  3. And paste all the images in there

Installation:

  1. Copy the following code

  2. Go to the bottom of ox_inventory\data\items.lua

  3. Paste all the items before the last }

 ["ebt_card"] = {
 	label = "EBT Card",
 	weight = 1000,
 	stack = false,
 	close = false,
 	client = {
 	  image = "ebt_card.png",
 	}
 },
  1. Please see the README.md File I provided for the rest of the Installation for ox_inventory

How to add an item to the ebt:

  1. Go to ox_inventory\data\shops.lua

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

  3. Finally add ebt = true after the price

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

PreviousInstallation & ConfigurationNextqb-inventory / ps-inventory

Last updated 20 days ago

💳