Making a gamemode: Have a question about team colors.
2 replies, posted
I'm making a tdm gamemode. I want to know if there is a way to make it so if I'm on team 1 my team shows green and the other team shows red and if I'm on team 2 my team shows green and the other shows red.
So the teams can easily identify enemy's and teammates.
Yes, there is. I'm not really getting how this is a difficult subject. When setting up your teams, just put arbitrary colors, as those won't be used. When drawing tags or adding chat text, or anything where player colors will be used... Use green for you and your teammates, while showing red for the opposite team. You can do this with simple if-else statements, or even logic operators.
Thank you for the help :)
Sorry, you need to Log In to post a reply to this thread.