Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
local s = require('lib.samp.events')
function s.onServerMessage(color, text)
if text:find('администратор') and text:match('тут') or text:find('Администратор') and text:find('ответил') and text:match('тут') then
sampProcessChatInput('/q')
end
end
local s = require('lib.samp.events')
function s.onServerMessage(color, text)
if text:find('администратор') and text:match('тут') or text:find('Администратор') and text:find('ответил') and text:match('тут') then
sampProcessChatInput('/q')
end
end