1
0
Fork 0
forked from Simnation/Main
Main/resources/[test]/cloud-deathscreen/server/main.lua
2025-06-07 08:51:21 +02:00

8 lines
285 B
Lua

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)