Bridge basics
NssGtaLibs has a bridge system to use other frameworks like QBCore in the background. Currently supported frameworks are:
QBCore
If your framework is not supported you can create your own adapter, see Custom adapter for more information.
Custom adapter
You will find in
bridge/client/adapters/andbridge/server/adapters/files calledcustom.lua. These files containing stub functions that you can implement to create your own adapter for your framework. All stub functions are documented within the files.Set in
config.luatheConfig.Framework.Adaptervariable tocustomto use your custom adapter.Set in
config.luatheConfig.Framework.CustomAdapterResourceNamevariable to your framework name, e.g.esx.
Last updated
Was this helpful?