local sampev = require 'lib.samp.events'
function sampev.onShowDialog(dialogId, style, title, button1, button2, text)
if dialogId == 174 then
sampSendDialogResponse(174, 1, 1, -1)
return false
end
if dialogId == 2431 then
sampSendDialogResponse(2431, 1, 0, -1)
return false
end
if dialogId == 185 then
sampSendDialogResponse(185, 1, 6, -1)
return false
end
end