We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5535b68 + 3c93fc3 commit b3def48Copy full SHA for b3def48
server/main.lua
@@ -82,6 +82,8 @@ RegisterNetEvent("ND_Ambulance:treatSelf", function()
82
player.deductMoney("cash", price, "Hospital bill")
83
end
84
85
+ TriggerClientEvent("ND_Ambulance:respawnHospital", src)
86
+ Wait(1000)
87
player.revive()
88
player.notify({
89
title = "Succesfully healed!",
0 commit comments