Config

CodexCore_CFG = {
    Core = 'vorp', -- 'vorp' or 'rsg'

    -- Database connection configuration. Choose the SQL resource your server uses.
    SQLResource = "ghmattimysql",  -- Options: "ghmattimysql", "mysql-async", "oxmysql" (Recommended: "ghmattimysql") 💾 -- CodexCore.ExecuteSql(query, params)
}

Last updated

Was this helpful?