local sampev = require('lib.samp.events')
function main()
while not isSampAvailable() do wait(0) end
while true do
wait(0)
end
end
function sampev.onServerMessage(color, text)
if text:find("(Триггер)") then
sampSendChat("То что отправится в чат")
end
end