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
	('drive_a', 'A'),
	('drive_b', 'B'),
	('drive_c', 'C'),
	('theory_a', 'Theory A'),
	('theory_b', 'Theory B'),
	('theory_c', 'Theory C');

Last updated