Target coordinates radio messages now displayed for a longer time

This commit is contained in:
Ambroise Garel 2025-09-11 11:29:07 +02:00
parent b140238aa0
commit a9edd4a819
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ Please also note that PvP is not supported at the moment and that the mission wi
- [ ] AI wingmen "Two was shot down!" call when witnessing another wingman killed
- [ ] AI wingmen "Winchester!" call when out of ammo
- [x] Increased AWACS aircraft spawn altitude
- [ ] Target coordinates radio message displayed for a longer time so players have the time to write them down or enter them in their flight computer
- [x] Target coordinates radio message displayed for a longer time so players have the time to write them down or enter them in their flight computer
### High priority

View File

@ -35,7 +35,7 @@ do
end
navInfo = navInfo..DCSEx.world.getCoordinatesAsString(obj.waypoint3, false)
TUM.radio.playForUnit(DCSEx.dcs.getObjectIDAsNumber(p), "commandObjectiveCoordinates"..msgIDSuffix, { obj.name, navInfo }, "Command", delayRadioAnswer)
TUM.radio.playForUnit(DCSEx.dcs.getObjectIDAsNumber(p), "commandObjectiveCoordinates"..msgIDSuffix, { obj.name, navInfo }, "Command", delayRadioAnswer, nil, nil, 2.5)
end
end