❓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.
Go into the stream folder osp_ambulance/stream
Copy an already existing gfx file
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.
Last updated