local sampev = require 'lib.samp.events'
local pass = '' -- Пароль от склада сюда.
function sampev.onShowDialog(dialogId, style, title, button1, button2, text)
if dialogId == 25202 then
sampSendDialogResponse(dialogId, 1, nil, pass); return false
end
end