🧠Configuration

Installing our resources is pretty simple since our resources are plug and play. So let's get started!

Framework

QBCore

Configuring the resource for the QBCore framework is pretty easy, just set the Config.Framework to "qb"

Config.Framework = "qb"

ES extended (ESX)

Firstly, set the Config.Framework to "esx", after that, go to the fxmanifest.lua and uncomment the esx import in the shared section.

Step 1

Config.Framework = "esx"

Step 2

shared_scripts {
    -- '@es_extended/imports.lua',
    "@ox_lib/init.lua",
    "config.lua",
    "shared/*",
}

Remove the --

Last updated