💻
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

Installation

PreviousFraud V2Nextox_inventory

Last updated 3 months ago

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

  2. Download the following dependencies

Resource Name & Link
  1. Run SQL

CREATE TABLE `devm_fraud` (
	`identifier` VARCHAR(60) NOT NULL DEFAULT '' COLLATE 'utf8mb3_general_ci',
	`crypto` FLOAT NULL DEFAULT '0',
	`crypto_last_price` INT(11) NULL DEFAULT NULL,
	`dumps` LONGTEXT NULL DEFAULT NULL COLLATE 'utf8mb4_bin',
	`sims` LONGTEXT NULL DEFAULT NULL COLLATE 'utf8mb3_general_ci',
	PRIMARY KEY (`identifier`) USING BTREE,
	CONSTRAINT `dumps` CHECK (json_valid(`dumps`))
)
COLLATE='utf8mb3_general_ci'
ENGINE=InnoDB
;
  1. Install inventory items (different for each inventory system)

  1. Ensure the scripts in your server.cfg in the following order

    ensure devm-bridge ensure devm-minigames ensure devm-fraudv2

//

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

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

Get a API key from and put it inside of configs/gecko_config.lua. A demo api key is usually more than enough for most servers.

keymaster
ox_inventory
qb-inventory
qs-inventory
CoinGecko
es_extended
qb-core
qbx_core
ox_lib
ox_inventory
qb-inventory
qs-inventory
ticket
ox_target
qb-target
ticket
devm-minigames