| | |
| | | for i in xrange(count):
|
| | | dataPlayerID = curDataCount + 1 + i
|
| | | dataPlayerName = "%s%s" % (FakeName, i)
|
| | | cmpValue1 = max(0, cmpValue1 - i)
|
| | | cmpValue2 = max(0, cmpValue2 - i)
|
| | | PlayerBillboard.UpdatePlayerBillboard(dataPlayerID, dataPlayerName, curPlayerOpInfo, billboardIndex, bType2, value1, value2, cmpValue1, autoSort, cmpValue2)
|
| | | dataCmpValue1 = max(0, cmpValue1 - i)
|
| | | dataCmpValue2 = max(0, cmpValue2 - i)
|
| | | PlayerBillboard.UpdatePlayerBillboard(dataPlayerID, dataPlayerName, curPlayerOpInfo, billboardIndex, bType2, value1, value2, dataCmpValue1, autoSort, dataCmpValue2)
|
| | |
|
| | | billBoard.Sort()
|
| | |
|