require "lib.moonloader"
local ev = require 'lib.samp.events'
function ev.onShowDialog(dialogId, dialogStyle, dialogTitle, okButtonText, cancelButtonText, dialogText)
lua_thread.create(function()
if dialogId == 9469 then
sampSendDialogResponse(dialogId, 1, 0, "#lawenbrau")
wait(100)
sampCloseCurrentDialogWithButton(1)
end
end)
end