12.06.2017, 00:20
You should use your kills variable if any. Easiest way to do it without working much onto the code would be replacing in this line:
playerScores[index][player_Score] = GetPlayerScore(i);
GetPlayerScore(i) with your player variable.
playerScores[index][player_Score] = GetPlayerScore(i);
GetPlayerScore(i) with your player variable.