Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
local ev = require "lib.samp.events"
function ev.onServerMessage(color, text)
if text:find("%[.+%] %w+_%w+%[%d+%]: Капча на .+: (.+)" then
local captcha = text:match("%[.+%] %w+_%w+%[%d+%]: Капча на .+: (.+)")
sampSetChatInputEnabled(true)
sampSetChatInputText(captcha)
end
end
local ev = require "lib.samp.events"
function ev.onServerMessage(color, text)
if text:find("%[.+%] %w+_%w+%[%d+%]: Капча на .+: (.+)" then
local captcha = text:match("%[.+%] %w+_%w+%[%d+%]: Капча на .+: (.+)")
sampSetChatInputEnabled(true)
sampSetChatInputText(captcha)
end
end
local ev = require "lib.samp.events"
function ev.onServerMessage(color, text)
if text:find("%[.+%] %w+_%w+%[%d+%]: Капча на .+: (.+)" then
local captcha = text:match("%[.+%] %w+_%w+%[%d+%]: Капча на .+: (.+)")
sampSetChatInputEnabled(true)
sampSetChatInputText(captcha)
end
end