local sampev = require 'lib.samp.events'
function sampev.onServerMessage(color, text)
if text:gsub('{......}',''):find(".+ приглашает вас") then
local nick = text:gsub('{......}',''):match("(.+) приглашает вас")
sampSendChat('/pm '..nick..' че надо')
end
end