Here’s my code:
for (int i = blueTeamPlayers.Count - 1;i <= blueTeamPlayers.Count-1; i--) {
GUI.Box (new Rect (Screen.width / 1.95f,Screen.height / 2.65f - blueTeamPlayers.Count * -5f, 150, 30), blueTeamPlayers *);*
-
}*
The problem is, it just spams all the names on each other, but i want them to go vertically down.
Any idea how to fix that? Thx.