function sampev.onDisplayGameText(_, _, text)
--Сначала поймите, что представляет собой текст.
sampAddChatMessage(text, -1) --Тогда это легко
if string.find(text, "You Text", 1, true) then ---- or if text:find('Text') and or if text == "text" then
-- function
end
end