Skip to Content

Installation

Basic installation instructions for prism_deathscreen

WARNING : Resource must be named prism_deathscreen to operate properly.

Asset download

To find the asset, you must have made the purchase using your own keymaster account. Otherwise, you can use the transfer system to move the asset to a different keymaster account.

Once the purchase is made on our official website, you will receive your asset directly in your cfx portalย  in your own panel you can download the asset and install it following the following documentation.

Installation

  • Ensure all dependencies are installed: ox_lib
  • Edit configuration as desired (Optional) in shared/config.lua
  • Drag-and-drop our script: Drag prism_deathscreen into your resources directory
  • Ensure the resource: add ensure prism_deathscreen to your server.cfg (after ox_lib)
  • Restart your server

What this resource is (and isnโ€™t)

  • Not a replacement: prism_deathscreen does not replace your ambulance job. It works alongside it.
  • Works with any ambulance job: it can integrate with ESX/QBCore/QBX/Wasabi setups via a small migration include.

Integrate into your ambulance job (migration include)

Add one line to your ambulance jobโ€™s fxmanifest.lua (this allows the job resource to talk to prism_deathscreen cleanly).

Put the line under your other shared_script entries (or anywhere in fxmanifest.lua where shared_script is valid).

esx_ambulancejob

fxmanifest.lua
shared_script "@prism_deathscreen/migration/esx_ambulancejob.lua"

wasabi_ambulance

fxmanifest.lua
shared_script "@prism_deathscreen/migration/wasabi_ambulance.lua"

qb-ambulancejob

fxmanifest.lua
shared_script "@prism_deathscreen/migration/qb-ambulancejob.lua"

qbx_ambulancejob

fxmanifest.lua
shared_script "@prism_deathscreen/migration/qbx_ambulancejob.lua"

Common issues

  • โ€œCould not find resource prism_deathscreenโ€: the folder name must be prism_deathscreen and it must be started in server.cfg.
  • Integration not working: double-check the migration line is in the correct ambulance job resource (and that you picked the correct file for your framework).
Last updated on