#PLAYERTASKCONTROLLER

* Delay auto-start between 5 to 10 secs

#ATIS
* Add label to SRS
This commit is contained in:
Applevangelist
2022-09-04 14:47:49 +02:00
parent 233291b30c
commit 7168681918
2 changed files with 5 additions and 2 deletions

View File

@@ -1143,6 +1143,7 @@ function ATIS:SetSRS(PathToSRS, Gender, Culture, Voice, Port)
self.msrs:SetVoice(Voice)
self.msrs:SetPort(Port)
self.msrs:SetCoalition(self:GetCoalition())
self.msrs:SetLabel("ATIS")
if self.dTQueueCheck<=10 then
self:SetQueueUpdateTime(90)
end