share/hedgewars/Data/Scripts/Multiplayer/Racer.lua
changeset 13032 625d5a45f267
parent 13029 a568bc16a99a
child 13108 cf2a58dccc4a
equal deleted inserted replaced
13031:ca7fdb431b34 13032:625d5a45f267
   459                 string.format(loc("Time: %.1fs"), (trackTime/1000)) .. "|" ..
   459                 string.format(loc("Time: %.1fs"), (trackTime/1000)) .. "|" ..
   460                 string.format(loc("Winning time: %s"), bestTimeComment), -amSkip, 4000)
   460                 string.format(loc("Winning time: %s"), bestTimeComment), -amSkip, 4000)
   461                 PlaySound(sndHellish)
   461                 PlaySound(sndHellish)
   462         end
   462         end
   463 
   463 
       
   464         for i = 0, (TeamsCount-1) do
       
   465                 if teamNameArr[i] ~= " " and teamScore[i] ~= 1000000 then
       
   466                         SetTeamLabel(teamNameArr[i], string.format(loc("%.1fs"), teamScore[i]/1000))
       
   467                 end
       
   468         end
   464 
   469 
   465         if bestTime == trackTime then
   470         if bestTime == trackTime then
   466 
   471 
   467                 fastColour = GetClanColor(GetHogClan(CurrentHedgehog))
   472                 fastColour = GetClanColor(GetHogClan(CurrentHedgehog))
   468 
   473