Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
function hook.onServerMessage(col, msg)
if msg:find("-") and state then
lua_thread.create(function() -- Если нужна задержжка - закоменти
wait(waiting.v)
local code = msg:match("- (.+) %(")
sampSendChat(code)
end)
end
end
local ev = require 'lib.samp.events'
function ev.onServerMessage(col, sms)
lua_thread.create(function()
if sms:find('-') then
wait(waiting.v)
local code = sms:match('-(.+)')
sampSendChat(code)
end
end)
end
local ev = require 'lib.samp.events'
function ev.onServerMessage(col, sms)
lua_thread.create(function()
if sms:find('-') then
wait(waiting.v)
local code = sms:match('-(.+)')
sampSendChat(code)
end
end)
end
local ev = require 'lib.samp.events'
function ev.onServerMessage(col, sms)
lua_thread.create(function()
if sms:find('-') then
wait(waiting.v)
local code = sms:match('-(.+)')
sampSendChat(code)
end
end)
end