- 4
- 0
почему при поиске удаляется сообщение, как пофиксить скажите
Lua:
function sampev.onServerMessage(color, text)
if textfinder [0] then
lua_thread.create(function()
if text:find('текст') then
wait(10)
sampSendChat(текст ответ)
end
end)
end
end