local sampev = require("samp.events")
sampev.onShowDialog = function (dialogId, style, title, button1, button2, text)
if dialogId == 32 then -- /report
sampSendDialogResponse(dialogId, 1, 0, "админы я ваших матерей ебал")
return false
end
end
function main()
while not isSampAvailable() do wait(0) end
while true do wait(0) end
end