diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..50fb522 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "Lua.diagnostics.globals": [ + "CORE" + ] +} \ No newline at end of file diff --git a/main.lua b/main.lua index be68701..43b6d1c 100644 --- a/main.lua +++ b/main.lua @@ -3,6 +3,8 @@ if Config.Framework == 'esx' then Framework = exports["es_extended"]:getSharedObject() elseif Config.Framework == "qb" then Framework = exports['qb-core']:GetCoreObject() +elseif Config.Framework == "ProjectStarboy" then + Framework = CORE else Framework = {} Framework.Functions = {}