local sampev = require 'lib.samp.events'
function sampev.onShowDialog(id, style, title, button1, button2, text)
if title:find('Торговля') and text:find("Игрок (.+)%[(%d+)%] предлагает вам торговлю") then
sampSendDialogResponse(id, 1, nil, nil)
return false
end
end