💻
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

Installation

PreviousFraudNextox_inventory

Last updated 6 months ago

  1. Download Resource

    • Download the purchased resource from , FiveM's official hub for downloading purchased resources

  2. Download Dependencies

Resource

/ (We are open to supporting other inventories, make a )

(We are open to supporting other target systems, make a )

/

  1. Run SQL

Main SQL
CREATE TABLE `devm_fraud` (
	`identifier` VARCHAR(60) NOT NULL DEFAULT '' COLLATE 'utf8mb3_general_ci',
	`crypto` FLOAT NULL DEFAULT '0',
	`dumps` LONGTEXT NULL DEFAULT NULL COLLATE 'utf8mb4_bin',
	PRIMARY KEY (`identifier`) USING BTREE,
	CONSTRAINT `dumps` CHECK (json_valid(`dumps`))
)
COLLATE='utf8mb3_general_ci'
ENGINE=InnoDB
;
  1. Install Items depending on your inventory

keymaster
ox_inventory
qb-inventory
ox_lib
ox_inventory
qb-inventory
ticket
ox_target
ticket
devm-minigames
es_extended
qb-core