Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
hook = require("lib.samp.events")
function hook.onShowDialog(dialogId,style,title,button1,button2,text)
if text:find("корзине") then
sampSendDialogResponse(dialogId,1,nil,nil)
sampCloseCurrentDialogWithButton(0)
return false
end
end
hook = require("lib.samp.events")
function hook.onShowDialog(dialogId,style,title,button1,button2,text)
if text:find("корзине") then
sampSendDialogResponse(dialogId,1,nil,nil)
sampCloseCurrentDialogWithButton(0)
return false
end
end