this is a temporary place to keep track of ppr mods while https://crus.cc is being worked on
modloader link: https://github.com/CruS-Modding-Infrastructure/ppr-modloader
| //list of "racist" bots | |
| 76561197997082461 | |
| 76561198046091082 | |
| 76561198071284149 | |
| 76561198079044188 | |
| 76561198100822183 | |
| 76561198124177797 | |
| 76561198129340377 | |
| 76561198137601086 | |
| 76561198143244281 | 
| -- 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 | 
| 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 is a temporary place to keep track of ppr mods while https://crus.cc is being worked on
modloader link: https://github.com/CruS-Modding-Infrastructure/ppr-modloader