izicapt
Известный
- 363
- 113
lua:
function ev.onShowDialog(id, style, title, b1, b2, text)
if text:find("рекламой") and vr_check.v and enable then
lua_thread.create(function()
wait(50)
sampSendDialogResponse(25628,1,0,"")
sampCloseCurrentDialogWithButton(1)
end)
end
end