Main/resources/[test]/cloud-deathscreen/server/main.lua

9 lines
285 B
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
local Config = require("shared.sh_config")
lib.versionCheck("yiruzu/cloud-deathscreen")
if not Config.Voice == "saltychat" then return end
RegisterNetEvent("cloud-deathscreen:server:IsDeadSaltyChat", function(isDead)
exports["saltychat"]:SetPlayerAlive(cache.playerId, isDead)
end)