Framework
PDD scripts support multiple frameworks through pdd_bridge, which auto-detects your setup:
| Framework | Supported |
|---|
| QBCore | ✅ |
| QBX | ✅ |
| ESX | ✅ |
| Custom | ✅ (via editable files) |
Dependencies
Every PDD script requires the following resources to be installed and started before any PDD resource:
| Resource | Purpose |
|---|
oxmysql | Database layer |
pdd_bridge | PDD centralized export layer |
pdd_bridge is a required dependency for all PDD scripts. It must be started before any other PDD resource in your server.cfg.
Database
- MySQL-compatible database (MariaDB recommended)
- All tables are created automatically on resource start — no manual SQL import required
Permissions
Some features (admin commands, license-locked config) require your CFX license hash to be added to config.lua. See the configuration page for each script for details.