function sampev.onServerMessage(color, text)
if text:find("Бот, преследуй") then
local id = tonumber(text:match("Бот, преследуй (%d+)"))
if id then
newTask(function()
print(string.format("Начинаю следование за %d!", id))
wait(1000)
onRunCommand(string.format("!follow %d", id))
end)
end
end
end
[/QUOTE]
[ATTACH type="full"]203339[/ATTACH]