function sampev.onShowDialog(dialogId, style, title, button1, button2, text)
if id == 25012 then
for item in text:gmatch("[^\r\n]+") do
if item:match("Клик мышки") then
local clicks = item:match('Клик мышки.+%|(x%d+).++%d+.+')
sampAddChatMessage(clicks,-1)
end
end
end
end