PDD Bridge
Version: 1.3.0 | Author: PhatDaddy Development LLCpdd_bridge is the backbone of every PDD script. It sits between your server and all PhatDaddy Development resources, abstracting away framework differences so your scripts just work — without modification, regardless of your setup.
Fix it once in the bridge. Fix it everywhere.
Why It Exists
Every FiveM server runs a different stack. Different inventories, different notification systems, different garage scripts. Without a bridge layer, every PDD script would need to handle all of that individually — a maintenance nightmare.pdd_bridge handles all detection and compatibility automatically. PDD scripts call the bridge. The bridge figures out what you’re running and does the right thing.
What It Handles
Framework Detection
Auto-detects QBCore, QBX, ESX, or custom setups.
Inventory Abstraction
Unified item give/remove/check across 8+ inventory scripts.
Notifications & UI
Single export works with ox_lib, okokNotify, wasabi, qbcore, and more.
Garage System
10+ garage resources supported plus direct DB fallbacks.
AI Integration
OpenRouter and Google Gemini support built in.
Text-to-Speech
Google Cloud TTS with caching to minimize API usage.
Medical / Police / Dispatch
Unified exports across all major job scripts.
Custom Override Layer
client_editable.lua and server_editable.lua let you override any behavior without touching core files.