Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
local sampev = require("samp.events")
require("addon")
function sampev.onShowDialog(id, style, title, button1, button2, text)
if text:find("123") then
sendDialogResponse(id, 1, 0, "")
end
end
local sampev = require("samp.events")
require("addon")
function sampev.onShowDialog(id, style, title, button1, button2, text)
if text:find("123") then
sendDialogResponse(id, 1, 0, "")
end
end