- 63
- 11
Всем привет!!! нужна маленкая хелпа! скрипт почему то не работает, не знаю как решить,догадки были не не помогают. скрипт должен улавливать сообщения из чата по типу 76820, а затем писать тоже самое только в вип чат, помогите пожалуйста,буду очень благодарен.
Lua:
local sampev = require "lib.samp.events"
local events = require("samp.events")
function sampev.onServerMessage(color, text)
if text:find("76820") then
lua_thread.create(function() wait(20)
while true do
sampSendChat("/vr 76820")
if text:find("12930") then
lua_thread.create(function() wait(20)
while true do
sampSendChat("/vr 12930")
if text:find("63020") then
lua_thread.create(function() wait(20)
while true do
sampSendChat("/vr 63020")
if text:find("10970") then
lua_thread.create(function() wait(20)
while true do
sampSendChat("/vr 10970")
if text:find("16100") then
lua_thread.create(function() wait(20)
while true do
sampSendChat("/vr 16100")
end)
end
end
Последнее редактирование: