๐Ambulancejob ( ESX )
This page contains 2 Installation. 1. Adding Dispatches 2. Adding the GetDeath event to your ambulancejob
Adding Dispatches
Navigate to your <esx_ambulancejob> > <main.lua> file.
Search for the SendDistressSignal() function in the file.
Replace the entire function with the following code:
Make sure to replace "ambulance" with your actual job name if you renamed the job.
Save the file and restart your server.
Adding the GetDeath export to your Ambulancejob
Navigate to your <esx_ambulancejob> > <main.lua> file.
Add the following code to the bottom of the file:
Save the file.
Open your <fxmanifest.lua> or <resource.lua> ( of your ambulance job ) file.
Add the following code also at the bottom to the file:
Save the file and restart your server.
Last updated