💻
DevM
  • Home
  • Fraud V2
    • Installation
      • ox_inventory
      • qb-inventory
      • qs-inventory
    • Note for QBOX
    • Common Issues
  • Fraud
    • Installation
      • ox_inventory
      • qs-inventory
      • qb-inventory
    • Common Issues
  • Snatchables
    • Installation
  • Process Drugs
    • Installation
  • Parking
    • Installation
  • EBT Card
    • Installation
    • Common Issues
  • Lacing
    • Installation
  • Bridge
    • Client-Side
    • Server-Side
Powered by GitBook
On this page
  1. Fraud V2
  2. Installation

ox_inventory

  1. Install all the following items into ox_inventory/data/items.lua

-- DevM Fraud v2
	['fraud_laptop'] = {label = 'Fraud Laptop', weight = 2000},
	['trap_phone'] = {label = 'Trap Phone', weight = 500},
	['card_writer'] = {label = 'Card Writer', weight = 700},
	['5g_adapter'] = {label = '5G Adapter', weight = 200},
	['wifi_adapter'] = {label = 'WiFi Adapter', weight = 150},
	['written_card'] = {label = 'Stolen Card', weight = 10},
	['blank_card'] = {label = 'Blank Card', weight = 10},
	['written_sim'] = {label = 'Stolen SIM', weight = 10},
	['blank_sim'] = {label = 'Blank SIM', weight = 10},
  1. Drag all the images from item_images into ox_inventory/web/images

PreviousInstallationNextqb-inventory

Last updated 4 months ago