Installation
Download Resource
Download the purchased resource from keymaster, FiveM's official hub for downloading purchased resources
Download Dependencies
Resource
ox_inventory/qb-inventory (We are open to supporting other inventories, make a ticket)
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
;Install Items depending on your inventory
Last updated