function ev.onShowDialog(dialogId, style, title, button1, button2, text)
if title:find("Luxe") and text:find("Mercedes GT63s AMG") and text:find("Mercedes G63 AMG") and text:find("Audi RS6") then
chas,min,sec = text:match(": {FA5858}([0-9]+):([0-9]+):([0-9]+)")
time.sec = chas * 60 * 60 + min * 60 + sec
time.save = os.time()
car = text:match(" {FA5858}([^\n]+)")
imgui.Process = true
end
end