equal
deleted
inserted
replaced
1514 else |
1514 else |
1515 LuaCallError(EnumToStr(statInfo) + ' requires the teamname parameter', call, params); |
1515 LuaCallError(EnumToStr(statInfo) + ' requires the teamname parameter', call, params); |
1516 end |
1516 end |
1517 else // count is correct! |
1517 else // count is correct! |
1518 begin |
1518 begin |
1519 if ((statInfo = siPlayerKills) or (statInfo = siClanHealth)) then |
1519 if needsTn then |
1520 begin |
1520 begin |
1521 // 3: team name |
1521 // 3: team name |
1522 for i:= 0 to Pred(TeamsCount) do |
1522 for i:= 0 to Pred(TeamsCount) do |
1523 begin |
1523 begin |
1524 color:= _S'0'; |
1524 color:= _S'0'; |