function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(100) end
while true do
wait(0)
td_time = sampTextdrawIsExists(2126)
time_text = sampTextdrawGetString(2126)
if td_time and time_text == '3:00' then sampSendChat('/o на таймере осталось 3 минуты!')
end
end