mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2026-08-21 02:31:04 +00:00
Number of bandits taking off now displayed as a word
This commit is contained in:
@@ -116,7 +116,7 @@ do
|
||||
local abInfo = launchAirbase:getName()
|
||||
abInfo = abInfo.." ("..DCSEx.dcs.getBRAA(launchAirbase:getPoint(), p:getPoint(), false, false, true).." from you)"
|
||||
|
||||
TUM.radio.playForUnit(DCSEx.dcs.getObjectIDAsNumber(p), "commandNewEnemyAircraft", { tostring(groupSize), abInfo }, "Command")
|
||||
TUM.radio.playForUnit(DCSEx.dcs.getObjectIDAsNumber(p), "commandNewEnemyAircraft", { DCSEx.string.toStringNumber(groupSize), abInfo }, "Command")
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user