👨‍✈️Pilot School

Get your helicopter or aircraft license on FiveM

Installation

Add xex_pilotschool to your resources folder and this line to server.cfg:

start xex_pilotschool

You must add the flight licenses to the database in order to obtain them

INSERT INTO `licenses` (`type`, `label`) VALUES
('pmv', 'Theoretical Flight License'),
('aircraft', 'Aircraft Flight License'),
('helicopter', 'Helicopter Flight License');

Configuration

The mod does not require any extra configurations, but if you want to modify the points to take the exams or the exam points themselves, you can do it from the config.lua file.

Last updated