๐ผOther framework
Now everything should work properly
Go to
/config/config_s.luaand findConfig.QueriesBased on the framework documentation, adjust the database query
Go to
/server/editable/framework.luaComplete this part of the code based on the framework's documentation and code for other frameworks:
elseif GetResourceState("your-custom-framework") ~= 'missing' then
-- Add your custom framework functions here
debugPrint('Custom framework detected')
elseRestart the script via
restart pp-orgpanelNow everything should work properly
Was this helpful?