💼Other framework

Now everything should work properly

  1. Go to /config/config_s.lua and find Config.Queries

  2. Based on the framework documentation, adjust the database query

  3. Go to /server/editable/framework.lua

  4. Complete 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')        

    else
  1. Restart the script via restart pp-orgpanel

  2. Now everything should work properly