local on = require "lib.samp.events"
function on.onShowDialog(did, style, title, b1, b2, text)
lua_thread.create(function()
if title:find('Игровое меню') then
sampShowDialog(6405, title, text..'\n[15] Хуй соси губой тряси', b1, b2, DIALOG_STYLE_LIST)
while sampIsDialogActive(6405) do wait(100) end
local _, button, list, _ = sampHasDialogRespond(6405)
if button == 1 then
if list == 14 then
sampAddChatMessage('И нахуй ты так делаешь? Тебе че делать нечего? Пошел нах отсюда',-1)
else
sampSendDialogResponse(did, 1, list, _)
end...