Delete libs/examples/tts_test

This commit is contained in:
Niko 2025-05-13 14:34:33 +03:00 committed by GitHub
parent 5175b0f7cd
commit 0d1675d087
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,16 +0,0 @@
--@name tts
--@author Niko
--@shared
--@include gtts.txt
require("gtts.txt")
if SERVER then
local play = TTS(owner(),"ru",1)
play:setLFO(true)
hook.add("PlayerSay","",function(ply,str)
if ply == owner() then
play:say(str)
end
end)
end