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
  • How do you add more screens?
  • How do I disable ragdoll when getting wounded?
  1. FAQ

General

Frequently Asked Questions

How do you add more screens?

To be able to create more screens you'll need to create more gfx files.

  1. Go into the stream folder osp_ambulance/stream

  2. Copy an already existing gfx file

  3. Rename the file by incrementing the number at the end by one.

// Example
If you want to have more of the stationary screens, you'll need to add more of those files
Eg. generic_texture_renderer_stationary6.gfx --> generic_texture_renderer_stationary7.gfx

How do I disable ragdoll when getting wounded?

To disable the instant ragdoll effect when getting injured you'll need to change a config value on the wounds you want to disable it for. Change the

causeStaggering = 25 -- The int is the chance to trigger a ragdoll in %

variable on the wounds you want to change/disable it for.

PreviousIssues

Last updated 3 months ago

❓