For the complete documentation index, see llms.txt. This page is also available as Markdown.

Configuration Files

1. Configuration config.lua

  1. Adjusting the script to your server core

Config.Core = "ESX"
Config.CoreExport = function()
    return exports['es_extended']:getSharedObject()
end

Last updated