#PLAYERTASK - CSAR Integration

This commit is contained in:
Applevangelist
2022-10-13 17:42:02 +02:00
parent b7552a6579
commit 220e530bf3
3 changed files with 130 additions and 13 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