Installation

1. Download resource

Download the purchased resource from keymaster - the official site of fivem with purchased resources.

2. Dependencies

FrameworkResourceDownload URL

esx_license

3. Database

Add the required sql file to your database

INSERT INTO `licenses` (`type`, `label`) VALUES
	('theory_boat', 'Theory Boat'),
	('practical_boat', 'Practical Boat');

Last updated