βFAQ & Troubleshooting
Deathscreen Not Showing?
Ensure you disabled native death handlers in all ambulance scripts.
Confirm
Config.SkipZones
isnβt returningtrue
for your location.
Freecam Permission Issues
Set
Freecam.everyone_canUse = true
or add your Steam ID toFreecam.admins
.
Dispatch Not Triggering
Verify
Config.DispatchSystem
matches your ambulance resource name.For custom, implement your dispatch calls in
client/dispatch()
.
Bleeding Timer Too Short/Long
Tweak
Config.Timeout
(call delay) andConfig.BleedingTimeout
(forced revive).
Combat-Log Detection
If players disconnect during bleed-out, the script re-queues the deathscreen on
esx:onPlayerSpawn
.
Last updated