local hook = require "samp.events"
function hook.onServerMessage(col, msg)
if msg:find("%[Уведомление%] AutoPromo") then
--lua_thread.create(function() -- Если нужна задержжка - закоменти
-- wait(500)
local code = msg:match("%[Уведомление%] AutoPromo %-%> (.+) %(")
sampSendChat(code)
--end)
end
end