- 92
- 5
СРОЧНО! Добавьте в скрипт уведомление на экране то что капча введена
local sampev = require('lib.samp.events')
function sampev.onServerMessage(color, text)
if text:find("Капча(.*):(.+)") then
lua_thread.create(function()
local _, code = text:match("Капча(.*):(.+)")
wait(2500) --в миллисекундах
sampSendChat("/vr " .. code)
end)
end
end
P.S Это автоввод капчи из /vr
local sampev = require('lib.samp.events')
function sampev.onServerMessage(color, text)
if text:find("Капча(.*):(.+)") then
lua_thread.create(function()
local _, code = text:match("Капча(.*):(.+)")
wait(2500) --в миллисекундах
sampSendChat("/vr " .. code)
end)
end
end
P.S Это автоввод капчи из /vr