changeset 13032 | 625d5a45f267 |
parent 13029 | a568bc16a99a |
child 13108 | cf2a58dccc4a |
--- a/share/hedgewars/Data/Scripts/Multiplayer/Racer.lua Sat Feb 17 00:34:00 2018 +0100 +++ b/share/hedgewars/Data/Scripts/Multiplayer/Racer.lua Sat Feb 17 11:25:43 2018 +0100 @@ -461,6 +461,11 @@ PlaySound(sndHellish) end + for i = 0, (TeamsCount-1) do + if teamNameArr[i] ~= " " and teamScore[i] ~= 1000000 then + SetTeamLabel(teamNameArr[i], string.format(loc("%.1fs"), teamScore[i]/1000)) + end + end if bestTime == trackTime then