Newb_Bridge
Compatibility layer most MrNewb scripts import. You call bridge.*; it talks to the framework, inventory, and target you already run.
💡
These docs are under construction. Pages will change as they fill in.
GitHub · Installation · Supported
Start order
ensure ox_lib
ensure oxmysql
ensure Newb_Bridge
ensure MrNewb_YourScriptThe folder name must stay Newb_Bridge. Import in each script’s fxmanifest.lua:
shared_scripts {
'@ox_lib/init.lua',
'@Newb_Bridge/import.lua',
}Leave providers on "auto" unless you need to pin one. Dispatch defaults to "internal". Details: Configuration, Modules.