- Версия MoonLoader
- .026-beta
Почему qq не выводит, когда тот текст в чате уже? Его повторно выводит, а qq - нет. Как исправить?
Lua:
script_name('sss')
script_author('ABulkin')
local sampev = require 'lib.samp.events'
local textTwo = ''
function sampev.onServerMessage(color, text)
if text:find(" Объявление проверил ") then
sampAddChatMessage(text, -1)
textTwo = 2
end
end
if textTwo == 2 then
sampAddChatMessage('qq',-1)
else
sampAddChatMessage('kyky',-1)
end