π¦Installation
How to install and setup (ESX)
Requirements
Step 1 - Place resource in [qb] folder
Step 2 - Database
CREATE TABLE `es_banktrucks` (
`citizenid` varchar(255) NOT NULL,
`completed` varchar(500) NOT NULL,
`current` varchar(500) DEFAULT NULL,
`routes` varchar(255) DEFAULT NULL,
`xp` int(255) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
ALTER TABLE `es_banktrucks`
ADD PRIMARY KEY (`citizenid`);
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
('hacking_device', 'Hacking Device', 1, 0, 1),
('thermitecharge', 'Thermite Charge', 1, 0, 1),
('routes_normal', 'Low Routes', 1, 0, 1),
('routes_better', 'Mid Routes', 1, 0, 1),
('routes_elite', 'High Routes', 1, 0, 1);Step 3 - Edit fxmanifest
Step 4 - Upload Images
Step 5 - Make changes to configuration
Step 6 - Configure
Last updated