Wasabi Ambulance
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.
General Installation Guide
Add Exports
Add this lines at the bottom of game/client/cl_customize.lua
in wasabi_ambulance
:
wasabi_ambulance/game/client/cl_customize.lua
exports("SendDistressSignal", function()
SendDistressSignal()
end)
exports("StartRPDeath", function()
StartRPDeath()
end)
Remove Native Deathscreen Logic
Locate the function StartDeathTimer()
in game/client/cl_customize.lua
and comment out all lines within the function:
wasabi_ambulance/game/client/cl_customize.lua
function StartDeathTimer()
-- all
-- code
-- inside
-- needs to
-- be commented out
end
Support
Need help? Our support team is always ready to assist
Join DiscordQB Ambulancejob
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.
OSP Ambulance
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.