example update

This commit is contained in:
Evil Factory
2021-05-30 16:29:21 -03:00
parent 07658676c9
commit 9546c4e7c7
3 changed files with 20 additions and 3 deletions
@@ -42,6 +42,7 @@ Hook.Add("roundEnd", "traitorShipRemove", function()
end)
traitormod.spawnTraitorShipAndHide = function()
Game.SetRespawnSubTeam(2)
Game.DispatchRespawnSub()
@@ -115,6 +116,8 @@ traitormod.traitorShipRoundStart = function(maxplayers)
mess = mess .. "\"" .. va .. "\" "
end
mess = mess .. "\n\n(You can type in local chat !traitor, to check this information again.)"
Game.Log(value.name .. " Was assigned to be Ship traitor", 6)
local cl = util.clientChar(value)