Installation

Make sure you have the following dependencies installed on your server

  • oxmysql → download it here

  • ox_lib → download it here

Step #1 : Download script from our keymaster

  1. Go to this page : https://keymaster.fivem.net/ and connect with your FiveM account (the same account you use to buy the script on ou tebex store)

  2. Go to the "Granted Assets" page, and find our script "lyre_fuel"

  3. Click the download button

Step #2 : Drag and drop the resource in your server

  1. Unzip the file you downloaded from your keymaster

  2. Put the file in your server resources folder

  3. Make sure your script is named lyre_fuel

  4. Add ensure lyre_fuel in your server.cfg file after the start of the dependencies

Step #3 : Configure the bridge for your server framework

Our script has a system to support all frameworks. We have put a bridge system that you can configure to make the script compatible with any framework. Because we are good, we have created two bridge by default

  • ESX Bridge

  • QBCORE Bridge

If you want to create your own bridge, feel free to see the Create your own bridge page.

To configure the bridge you want to use, go in the config.lua file and change this line

Config.bridge = "ESX"

Let "ESX" if you use the bridge for the ESX framework, change to "QBCORE" if you use the bridge for the QBCORE framework

Step #4 : Import the SQL in your database

  1. Open the import.sql file that is in lyre_fuel's folder

  2. Copy all the content

  3. Go to your database manager (something like phpMyAdmin or HeidiSQL)

  4. Import the content in your database

Step #5 : Start your server and enjoy !

Last updated