Installation

  1. Download Resource

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

  2. Download Dependencies

Resource

ox_inventory/qb-inventory (We are open to supporting other inventories, make a ticket)

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

devm-fraud

  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

ox_inventoryqb-inventory

Last updated