local sampev = require('lib.samp.events')
function sampev.onShowDialog(id, style, title, button1, button2, text)
if text:find("Администратор .* ответил вам") then
callFunction(0x823BDB , 3, 3, 0, 0, 0)
end
end
function sampev.onServerMessage(clr, text)
if text:find("Администратор .* ответил вам") then
callFunction(0x823BDB , 3, 3, 0, 0, 0)
end
end