This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local SECS = 5; | |
local function Min(x, y) { | |
if (x < y) | |
return x; | |
return y; | |
} | |
local function Max(x, y) { | |
if (x > y) | |
return x; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- disable traitor traps | |
for _, v in pairs(ents.FindByClass"ttt_traitor_button") do | |
v:Remove() | |
end | |
-- disable traitor tester | |
for _, v in pairs(ents.FindByName"GoldBlock") do | |
v:Remove() | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//list of "racist" bots | |
76561197997082461 | |
76561198046091082 | |
76561198071284149 | |
76561198079044188 | |
76561198100822183 | |
76561198124177797 | |
76561198129340377 | |
76561198137601086 | |
76561198143244281 |