Add team score next to team bars for CTF_Blizard, Control, CTF, Mutant, Space Invasion
-- Library for parameters handlingparams = {}function parseParams() if ScriptParam ~= nil then for k, v in string.gmatch(ScriptParam, "(%w+)=([^,]+)") do params[k] = v end endend