Pyra Bridge
Pyra Bridge is a framework abstraction layer bundled with every Pyra Studios script. It handles the differences between FiveM frameworks so your scripts work out of the box regardless of what your server runs.
What it does
- Detects and adapts to your server framework (ESX, QBCore, QBX)
- Connects to your inventory system (ox_inventory, qb-inventory, qs-inventory, ps-inventory)
- Integrates with your target / interaction resource (ox_target, qb-target, or built-in drawtext)
- Routes notifications through your framework's notification system or Pyra's built-in UI
Supported software
| Category | Supported options |
|---|---|
| Framework | ESX (es_extended), QBCore (qb-core), QBX (qbx_core) |
| Inventory | ox_inventory, qb-inventory, qs-inventory, ps-inventory |
| Target | ox_target, qb-target, drawtext (no target resource required) |
| Notifications | Pyra built-in, ox_lib, QBX, QBCore, ESX |
How it's distributed
Pyra Bridge is included in every Pyra Studios script download. You do not purchase it separately. One copy of pyra-bridge serves all Pyra scripts on your server — you do not need multiple copies.