Installation Guide

This document explains the full installation proccess and config.lua file used by the resource. Every section is described in detail so server owners can easily customize the DeathScreen their needs.

Step 1: Framework detection

circle-check

Step 2: Configure your ambulanceJob Script

Guide for: esx_ambulancejob

Option 1: Use attached files and replace in script

Replace this file with esx_ambulancejob/client/main.lua

file-download
13KB

Replace this file with esx_ambulancejob/client/job.lua

file-download
20KB

Option 2: Follow guide below and do it by yourself

chevron-rightesx_ambulancejob Guide (option2)hashtag

If you have edited version of the esx_ambulancejob, follow this steps below

  1. Go to esx_ambulancejob/client/main.lua and find this below

  1. and change this function to:

  2. Locate in the same file:

  3. add our export to look like this:

  4. On the bottom of esx_ambulancejob/client/main.lua add this:

  5. to look like this:

Go to esx_ambulancejob/client/job.lua and find this below:

and change this function to:

Guide for: qb-ambulancejob

Use attached files and replace in script

Replace this file with qb-ambulancejob/client/main.lua

file-download
37KB

Replace this file with qb-ambulancejob/client/laststand.lua

file-download
8KB

Replace this file with qb-ambulancejob/client/dead.lua

file-download
11KB

Guide for: qbx_ambulancejob

Use attached files and replace in script

Replace this file with qbx_ambulancejob/client/hospital.lua

file-download
11KB

Replace this file with qbx_ambulancejob/client/main.lua

file-download
5KB

Replace this file with qbx_ambulancejob/client/setdownedstate.lua

file-download
5KB

Go to qbx_medical and replace this file with qbx_medical/client/dead.lua

file-download
6KB

Replace this file with qbx_medical/client/laststand.lua

file-download
4KB

Replace this file with qbx_medical/client/setdownedstate.lua

file-download
3KB

For install in other ambulanceJobs system you can check our exports

Last updated