Add menu_stats_time.nut

This commit is contained in:
okvdai
2023-04-30 21:32:29 +02:00
parent 890fffc7e3
commit 7287d0d1f2
2 changed files with 154 additions and 1 deletions
+1 -1
View File
@@ -228,7 +228,7 @@ void function UpdateStatsForMap( string mapName )
PieChartData modesPlayedData
modesPlayedData.entries = modes
modesPlayedData.labelColor = [ 255, 255, 255, 255 ]
SetPieChartData( file.menu, "ModesPieChart", "#GAME_MODES_PLAYED", modesPlayedData )
SetPieChartData( file.menu, "ModesPieChart", "KILLS BY GAMEMODE", modesPlayedData )
array<string> fdMaps = GetPlaylistMaps( "fd" )