Configuration

Framework

Learn how to change the framework.

Changing the Framework

  1. Open config.lua located in the resource folder.

  2. Locate the following line:

    Framework = 'auto'
  3. Update the value to your desired framework. Supported frameworks include:

    • auto - Automatically detect the framework.
    • esx-legacy
    • esx
    • qbcore
    • qbox
    • oxcore

    If you want to add a custom framework, refer to the custom framework guide.

  4. Save the file and restart the resource.

On this page