Delete libs/examples/tts_test
This commit is contained in:
parent
5175b0f7cd
commit
0d1675d087
1 changed files with 0 additions and 16 deletions
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue