function sampev.onServerMessage(color, text)
local pattern = debug and "- [Жалоба] от (.+)%[(%d+)%]: (.+)" or '{33AA33}- [Жалоба] от (.+)%[(%d+)%]:{FFDD00} (.+)'
if text:match(pattern) then
local name, id, msg = text:match(pattern)
if not rep_window.v and...