Installation

1. Download resource

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

2. Dependencies

FrameworkResourceDownload URL

esx_license

2. Database

Add the required sql file to your database

INSERT INTO `licenses` (`type`, `label`) VALUES
	('theory_helicopter', 'Theory Helicopter'),
	('theory_plane', 'Theory Plane'),
	('practical_helicopter', 'Practical Helicopter'),
	('practical_plane', 'Practical Plane');

Last updated