OSP Development
Ambulance Job
Ambulance Job
  • 👋Welcome to OSP Development
  • Overview
    • 💡Showcase
  • In-Game Use
    • 📪Overview
    • 🛏️Stretcher
    • 📺ICU Screens
    • 🎒Medical Equipment
    • 🩻Xray
    • Skelly
  • Developer usage
    • 📞Dispatch Integration
    • 👨‍💻Developer Usage
    • 💀isDead function
    • 💉Custom Medication
    • FFA/Paintball Integration
    • Inventory Items
    • society/banking exports
    • Custom Deathscreen
  • FAQ
    • ❌Issues
    • ❓General
Powered by GitBook
On this page
  1. Developer usage

Dispatch Integration

If you want to use a dispatch other than ps-dispatch or the jobs standalone dispatch follow this guide.

Find the dispatchNotify function inside client_open.lua around line 965.

function dispatchNotify()
    -- Place custom dispatch notify code here
end

To enable the use of the custom dispatch notify function you'll need to set Config.Dispatch = 'other' in config.lua at line 21.

PreviousSkellyNextDeveloper Usage

Last updated 11 months ago

📞