Skip to main content
arc-trapphone includes bridge-based support for multiple frameworks, inventory systems, notifications, interaction methods, target systems, dispatch resources, and phone opening methods.
In most supported setups, no manual bridge edits are required. The resource is built to auto-detect supported integrations where possible, and you can still force a specific supported option in config if needed.

Core Detection

The resource supports auto-detection for the following config categories:
Config.Framework = 'auto' -- auto / esx / qb / qbox / standalone
Config.Notification = 'auto' -- auto / ox / esx / qb
Config.UI = 'auto' -- auto / ox / custom
Config.Inventory = 'auto' -- auto / ox / esx / qb / qbox
Config.Interact = 'auto' -- auto / target / textui / custom
Config.Target = 'auto' -- auto / ox_target / qb-target / qtarget / false
Auto-detect is the recommended default unless you need to force a specific supported setup.

Frameworks

FrameworkStatusNotes
Auto DetectRecommended default
ESXSupported
QBCoreSupported
QboxSupported
StandaloneSupported

Inventory

InventoryStatusNotes
Auto DetectRecommended default
ox_inventorySupported
ESX InventorySupported through framework inventory functions
QBCore InventorySupported through QB/Qbox player item functions
Qbox InventorySupported through QB/Qbox player item functions

Notifications

NotificationStatusNotes
Auto DetectRecommended default
ox_libSupported
ESXSupported
QBCoreSupported

UI

UIStatusNotes
Auto DetectRecommended default
ox_libSupported
CustomManual implementation supported
Context menus, alerts, progress handling, and text UI behavior are designed around the resource utilities. Custom UI implementations can still be added if you prefer to replace the default handling.

Interaction

InteractionStatusNotes
Auto DetectRecommended default
TargetSupported
Text UISupported
CustomManual implementation supported

Target

Target ResourceStatusNotes
Auto DetectRecommended default
ox_targetFully supported
qb-targetSupported
qtargetSupported
DisabledSupported by setting target off and using another interaction mode
ox_target has the most complete target feature coverage in this resource.Full sphere-zone and model-target helpers are only available with ox_target. Standard target entity and global ped target flows are supported across ox_target, qb-target, and qtarget.

Dispatch

Dispatch ResourceStatusNotes
noneDefault disabled state
cd_dispatchSupported
codem-dispatchSupported
kartik-mdtSupported
lb-tabletSupported
origen_policeSupported
piotreq_gptSupported
ps-dispatchSupported
rcore_dispatchSupported
Dispatch alerts are optional and controlled through Config.Dispatch. You can also require active police and apply a dispatch chance before alerts are sent.

Additional Integrations

Opening MethodStatusNotes
CommandSupported
Framework usable itemSupported on ESX / QBCore / Qbox
Standalone item registration⚠️Not applicable without a framework item system
The trap phone can be opened by command, by usable item on supported frameworks, or both, depending on your config.
Payment TypeStatusNotes
Account payoutSupported
Item payoutSupported
The bridge supports both account-based payout handling and item-based payout handling, depending on your payment configuration.
If you are using a supported setup, it is recommended to leave the config on its default auto values unless you need to force a specific integration or add a custom implementation.