📦Installation

  1. Download the Resource

    • Download the gunchi-flightschool resource package

    • Extract the files to your server's resources directory

  2. Run the SQL

    • Run the following sql file:

      flightresults.sql

  3. Add Config to Government Resource

    • Ensure 'helicopter' and 'aircraft' are added to Config.LicenseTypes in government > config.lua:

      Config.LicenseTypes = {
          'driver',
          'gun',
          'skipper',
          'hunting',
          'pilot',
          'helicopter',
          'aircraft'
      }
  4. Add to Server Configuration

    • Open your server.cfg file or resources.cfg file

    • Add the following line to ensure the resource starts:

      ensure gunchi-flightschool

  5. Configure the Script

    • Open the config.lua file and customize the settings to your preference

  6. Verify Dependencies

    • Verify the radialmenu resource is running

  7. Test the Installation

    • Join your server and give yourself a configured flight school job

    • Use the radial menu and the 'Flight School' category should show

    • Test available options

Last updated