Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
require('lib.samp.events').onShowDialog = function(did,title,style,b1,b2,text)
if did == 100 then
sampSendDialogResponse(100, 0, nil, nil)
return false
end
end
require('lib.samp.events').onShowDialog = function(did,title,style,b1,b2,text)
if did == 100 then
sampSendDialogResponse(100, 0, nil, nil)
sampCloseCurrentDialogWithButton(0)
end
end