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