I am pretty sure I know why it broke, and it's not an engine problem at all. In build 263, the function NS2Gamerules:UpdateScores() was removed when the scoreboard networking was overhauled. That fun… (View Post)
You can override local functions. In fact, there's a premade function in core/lua/Class.lua that does it very easily. ReplaceLocals( Function, TableOfLocals ) So in your case, ReplaceLocals( AlienTea… (View Post)
By "keep voting for vote random", do you mean after multiple sortings? The only time it will put players into the ready room is if the AFK plugin's enabled and if their last move time was m… (View Post)
sh_banid is intended to be used when a player is not on the server, and will only work with their NS2ID. Use sh_ban if they're on the server, the player argument can be game ID, NS2ID, Steam ID or pa… (View Post)