📃
Docs
  • 👋Welcome
  • 🌉Bridge
    • 💾Installation
    • 🌐Compatibility
    • 👨Client exports
      • ⏩Framework
        • getName
        • getJob
        • TriggerServerCallback
        • getSex
      • 🎒Inventory
        • getItemCount
      • 👁️Target
    • 🖥️Server exports
      • 🗃️Database
        • getUserData
        • getVehicleData
      • 🎒Inventory
        • openInventory
        • addItem
        • removeItem
        • canCarryItem
        • getItemCount
        • registerStash
        • setDurability
      • ⏩Framework
        • getPlayerFromId
        • getPlayerFromIdentifier
        • getIdentifier
        • RegisterServerCallback
        • getSource
        • getName
        • getJob
        • getAllPlayers
        • setJob
        • doesJobExist
        • getCoords
        • getJobs
  • 🔫Organization Panel
    • 📝Configuration
    • 💾Installation
    • 🗃️Framework integration
      • 💼ESX
        • 🚪ox_doorlock usage
      • 💼QBCore
        • 🚪ox_doorlock usage
      • 💼Other framework
    • 💻Server
      • Server exports
      • Server events
    • 👨Client
      • Client exports
  • ♣️Bossmenu
    • 📝Configuration
    • 💾Installation
    • 📖Framework integration
      • 🖼️ESX
      • 🖼️QBCore & QBOX
      • 🖼️Other Framework
    • 🖥️Server
      • 🔁Events
      • 🔃Exports
    • 👨Client
      • 🔁Events
      • 🔃Exports
  • 🕺Adjust Animation
    • 🗒️Configuration
    • 💾Installation
    • 📚Other scripts integration
      • 💃scully_emotemenu
      • 💃rpemotes
      • 💃other
  • 👮Police MDT
    • 🚀Install & Setup Guide
    • 📝Configuration
    • 📖Framework integration
      • 🖼️ESX
      • 🖼️QBOX/QB-Core
      • 🖼️Other Framework
    • 🚨wk_wars_2x Integration
    • 📚Exports
      • 🔃Server
      • 👨Client
  • 👨‍💼DOJ MDT
    • 🚀Install & Setup Guide
    • 📝Configuration
    • 📚Exports
      • 👨Client
  • 🩺EMS MDT
    • 🚀Install & Setup Guide
    • 📝Configuration
    • 📚Exports
      • 🔃Server
      • 👨Client
Powered by GitBook
On this page

Was this helpful?

  1. Bridge

Installation

PreviousBridgeNextCompatibility

Last updated 11 months ago

Was this helpful?

  1. Download latest versionn from

  2. Place the script in your FiveM resources directory

  3. Add the script to your server configuration:

ensure pp-bridge
  1. Ensure proper start order in your server configuration:

ensure oxmysql
ensure ox_lib
ensure your_framework
ensure your_inventory
ensure your_target
ensure pp-bridge
ensure pixelprecision_scripts
  1. Configure scripts that you are using using convars:

setr pp-bridge:Framework "auto" -- "auto" | "esx" (es_extended) | "qb" (qb-core) | "qbox" (qbx_core)
setr pp-bridge:Inventory "auto" -- "auto" | "esx" (native es_extended) | "qb" (native qb-core) | ox_inv (ox_inventory) | qb_inv (qb-inventory)
setr pp-bridge:Database "auto" -- "auto" | "esx" (es_extended) | "qb" (qb-core) | "qbox" (qbx_core)
setr pp-bridge:Target "auto" -- "auto" | "ox" (ox_target) | "qb" (qb-target)
  1. Your bridge is ready to work! 🎉

🌉
💾
GitHub