require "lib.moonloader" -- подключение библиотеки
local sampev = require "lib.samp.events"
local samprak = require 'lib.samp.raknet'
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(100) end
while true do
wait(0)
end
end
function sampev.onShowDialog(dialogId, style, title, button1, button2, text)
if dialogId == "без ковычек пишешь ID окна" and title == "С ковычками пишешь полное название как в игре" then
return false -- Т.е. он просто отклоняет то что должно...