local sev = require 'lib.samp.events'
function sev.onServerMessage(color, mes)
local mes_col = (bit.tohex(bit.rshift(color, 8), 6))
if mes:find('%[Семья%]') or mes:find('%[Альянс%]') or mes:find('News LS') or mes:find('News SF') or mes:find('News LV') then
return false
end
if mes:find('Гость') or mes:find('Репортёр') then
if mes_col == '9acd32' then
return false
end
end
end