Scripts
Pyra Bridge
Configuration

Configuration

All configuration lives in config.lua inside the pyra-bridge folder.

All four settings default to 'auto' (or 'pyra' for notifications). In most cases you do not need to change anything — auto-detection works correctly for standard server setups.

Framework

BridgeConfig.Framework = 'auto'
KeyTypeDefaultWhat it does
BridgeConfig.Frameworkstring'auto'Which server framework to use. 'auto' detects from running resources. Override only if auto-detection picks the wrong one.
ValueFramework
'auto'Auto-detects from running resources (recommended)
'esx'Force ESX (es_extended)
'qbcore'Force QBCore (qb-core)
'qbx'Force QBX (qbx_core)

Inventory

BridgeConfig.Inventory = 'auto'
KeyTypeDefaultWhat it does
BridgeConfig.Inventorystring'auto'Which inventory resource to use. 'auto' detects from running resources.
ValueInventory
'auto'Auto-detects from running resources (recommended)
'ox_inventory'Force ox_inventory
'qb-inventory'Force qb-inventory
'qs-inventory'Force qs-inventory
'ps-inventory'Force ps-inventory

Target

BridgeConfig.Target = 'auto'

Controls how players interact with world objects (e.g. opening an airdrop crate).

KeyTypeDefaultWhat it does
BridgeConfig.Targetstring'auto'Which target/interaction resource to use.
ValueBehaviour
'auto'Auto-detects ox_target or qb-target. Falls back to drawtext if neither is found.
'ox_target'Force ox_target
'qb-target'Force qb-target
'drawtext'Use built-in drawtext prompt. No target resource required.

Notifications

BridgeConfig.Notify = 'pyra'
KeyTypeDefaultWhat it does
BridgeConfig.Notifystring'pyra'Which notification system to use for Pyra script alerts.
ValueBehaviour
'pyra'Use Pyra's built-in notification UI (default, recommended)
'auto'Auto-detect: ox_lib → QBX → QBCore → ESX, then fall back to Pyra
'none'Disable all notifications from pyra-bridge

© 2026 Pyra Studios — FiveM Scripts