RS Bridge — One Bridge For Everything
With this you can use all my scripts no matter which framework you use and its free.
qb-core, qbox and esx all welcome here.
Tired of rebuilding your scripts every time you switch frameworks, inventories, fuel systems, or notifications?
RS Bridge was built to solve that problem once and for all.
This is a universal compatibility layer for FiveM that lets your resources work across multiple frameworks and systems without rewriting your entire script.
Whether you are:
a beginner server owner
a developer releasing Tebex resources
a framework hopper
a zombie server builder
a serious RP community
RS Bridge lets you build once and support almost everything.
⚡ What This Actually Does
Normally, resources are hardcoded to:
QBCore only
ESX only
ox_inventory only
qb-target only
one fuel system only
one ambulance script only
That means every time a server uses something different:
scripts break
developers rewrite code
support tickets explode
resources become outdated fast
RS Bridge fixes that.
Your resources talk to:
exports.rs_bridge:WhateverYouNeed()The bridge automatically handles the correct framework, inventory, fuel, target, medical system, notifications, progress bars, and more behind the scenes.
🔥 Framework Support
Works with:
✅ QBCore
✅ Qbox
✅ ESX Legacy
✅ Old ESX
✅ Standalone
Auto-detection included.
No manual rewrites needed.
📦 Inventory Support
Supports:
ox_inventory
qs-inventory
codem-inventory
ps-inventory
tgiann-inventory
core_inventory
origen_inventory
framework fallback inventories
Examples:
exports.rs_bridge:AddItem(src, item, amount)
exports.rs_bridge:RemoveItem(src, item, amount)
exports.rs_bridge:HasItem(src, item)Your resource no longer cares what inventory the server uses.
🩺 Medical / EMS Support
Included in v2.1.3:
✅ qb-ambulancejob
✅ qbx_medical
✅ esx_ambulancejob
✅ wasabi_ambulance
✅ ak47_ambulancejob
✅ ars_ambulancejob
✅ native fallback support
Examples:
exports.rs_bridge:RevivePlayer(src)
exports.rs_bridge:HealPlayer(src)
exports.rs_bridge:SetHealth(src, 200)
exports.rs_bridge:SetArmor(src, 100)Perfect for:
zombie servers
hardcore survival
PvP arenas
RP medical systems
admin tools
event systems
⛽ Fuel Support
Supports:
LegacyFuel
lj-fuel
ps-fuel
cdn-fuel
ox_fuel
x-fuel
lc_fuel
okokGasStation
native GTA fuel fallback
Examples:
exports.rs_bridge:GetFuel(vehicle)
exports.rs_bridge:SetFuel(vehicle, 100)🎯 Target Systems
Supports:
ox_target
qb-target
qtarget
bt-target
Supports:
entity targets
zones
models
No more rewriting target logic for every server.
⏳ Progress Bars
Supports:
ox_lib
qb-progressbar
mythic_progbar
rprogress
rs_progressbar
native fallback timer
🔔 Notifications
Supports:
ox_lib
qb-core
qbox
ESX notifications
chat fallback
🌍 Multi Language Support
Included languages:
English
Spanish
French
Portuguese
Resources can also load their own locale files dynamically.
🧠 Why This Matters
If you release Tebex resources, this saves you MASSIVE time.
Instead of:
making separate ESX versions
separate QBCore versions
separate inventory versions
you build one resource and let RS Bridge handle compatibility.
Less support.
Less rewrites.
Less headaches.
🚀 Perfect For
✅ Tebex Developers
✅ Open Source Projects
✅ Zombie Servers
✅ RP Communities
✅ Multi Framework Servers
✅ Shared Codebases
✅ Future Proof Development
✅ Developers Sick Of Rewriting Compatibility
💎 Beginner Friendly
You do NOT need to understand every framework.
Even newer developers can use simple exports like:
exports.rs_bridge:AddMoney(src, 'cash', 500)
exports.rs_bridge:Notify(src, 'Success!', 'success')
exports.rs_bridge:AddItem(src, 'water_bottle', 1)The bridge handles the complicated part for you.
⚙️ Advanced Developer Friendly
Built with:
adapter architecture
provider detection
fallback safety
protected safe calls
normalized player data
defensive medical handling
framework abstraction
Meaning your resources stay cleaner, easier to maintain, and easier to expand long-term.
📦 Included
✅ Full Source Code
✅ Config System
✅ Locale System
✅ Inventory Adapters
✅ Medical Adapters
✅ Fuel Adapters
✅ Progress Adapters
✅ Notification Adapters
✅ Target Adapters
✅ Examples
✅ README
✅ CHANGELOG
🔥 The Goal
The goal of RS Bridge is simple:
Build your resources ONCE.
Support EVERYTHING.
One bridge.
All systems.