#PLAYERTASK - CSAR, CTLD integration

This commit is contained in:
Applevangelist
2022-10-13 17:45:33 +02:00
parent 141d00e160
commit 265196398a
2 changed files with 74 additions and 10 deletions

View File

@@ -1281,6 +1281,7 @@ function PLAYERRECCE:_GetTextForSpeech(text)
text=string.gsub(text,"%s*$","")
text=string.gsub(text,"0","zero")
text=string.gsub(text,"9","niner")
text=string.gsub(text," "," ")
return text
end