Installation

  1. Download Resource

    • Download the purchased resource from keymasterarrow-up-right, FiveM's official hub for downloading purchased resources

  2. Download Dependencies

  1. Run SQL

chevron-rightMain SQLhashtag
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_inventorychevron-rightqb-inventorychevron-right

Last updated