искал по словам и так - нет, есть это:
function DR:SetScoreboardDisplay( sid, _icon, _col, _tag, _rank ) -- leave nil to use defaults
DR.ScoreboardSpecials[ sid ] = {
icon = _icon or nil,
col = _col or nil,
tag = _tag or nil,
rank = _rank or nil,
}
end