Skip to main content

Installation Guide

This guide walks you through the installation and configuration process for our Deathscreen script. Before proceeding, ensure you've followed the general script setup steps outlined in the general installation guide.


βš•οΈ Ambulance Job Integration​

ESX Ambulancejob​

1. Add Export​

Add this line at the bottom of client/main.lua in esx_ambulancejob:

exports("RemoveItemsAfterRPDeath", RemoveItemsAfterRPDeath)

2. Disable Native Death Screen​

Search for the OnPlayerDeath function call and comment it out in the same file:

AddEventHandler('esx:onPlayerDeath', function(data)
-- OnPlayerDeath()
end)

Discord Logs​

You can find instructions here Discord Webhooks


Final Steps​

  1. Restart your server.
  2. Test the deathscreen integration with your chosen ambulance job script.
tip

If you experience any issues or have further questions, please don't hesitate to reach out to our support team on Discord. We're here to help!