- 92
- 5
Помогите дописать скрипт, в скрипт нужно добавить кд типо чел вводит капчу и я повторяю это только через 500 миллисекунд:
local sampev = require('lib.samp.events')
function sampev.onServerMessage(color, text)
if text:find("Капча(.*):(.+)") then
local _, code = text:match("Капча(.*):(.+)")
sampSendChat("/vr " .. code)
end
end
local sampev = require('lib.samp.events')
function sampev.onServerMessage(color, text)
if text:find("Капча(.*):(.+)") then
local _, code = text:match("Капча(.*):(.+)")
sampSendChat("/vr " .. code)
end
end