Installation

Welcome to the Rental System installation guide, here you can learn how to completely install our asset, following each step we will achieve a clean and fluid installation where you will not find anyp

Asset dependencies

This asset has some dependencies that are completely mandatory and important for the operation of the asset. If you do not have these dependencies, your asset will probably start and have some error or message in its command console.

Dependencies
Download Link

Database

QBCore
ALTER TABLE player_vehicles
ADD `rental_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT '-1',
ADD `type_vehicle` varchar(255) NOT NULL DEFAULT 'normal',
ADD `rent_duration` int(11) NOT NULL DEFAULT -1;
ESX

Soon...


Item

QBCore
ESX

Soon...


Last updated