function samp.onServerMessage(color, text)
if text:find('%A+ '..getMyNick()..'%['..getMyId()..'] ответил игроку %A+ %A+%[%d+]') then
print('найдено')
end
end
function getMyNick()
local result, id = sampGetPlayerIdByCharHandle(playerPed)
if result then
local nick =...