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

Custom Deathscreen

How do you swap out the regular deathscreen from the script to a custom external one?

Previoussociety/banking exportsNextIssues

Last updated 4 months ago

  1. Set the following config option to true in the config.

Config.CustomDeathScreen = true
  1. Trigger your custom deathscreen events to make it look somewhat similiar to the following screenshots. The trigger events in the screenshots are just placedholders, you'll need to make them fit your custom deathscreen script. All of this is in client_open.lua.

  1. Trigger your close/remove death screen event, to ensure that it gets closed upon revive.