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

Configuration Files

1. Adjust config.lua to your server core

  1. Adjusting the script to your server core

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

Last updated