#ATIS and #SRS

This commit is contained in:
Applevangelist
2023-11-02 18:16:30 +01:00
parent afe54e1472
commit 408f9d9c0c
3 changed files with 30 additions and 3 deletions

View File

@@ -2345,6 +2345,10 @@ function OPSGROUP:RadioTransmission(Text, Delay, SayCallsign, Frequency)
local freq, modu, radioon=self:GetRadio()
local coord = self:GetCoordinate()
self.msrs:SetCoordinate(coord)
if Frequency then
self.msrs:SetFrequencies(Frequency)
else