No I think I am being missunderstood again. I know how to change cham colors, mine currently are:
[chams]
//FRONT TEXTURE COLOR IN RGB
fr=0
fg=255
fb=0
//BACK TEXTURE COLOR IN RGB
br=0
bg=0
bb=0
This changes ALL characters in the game to the specified colors.
I want to set different colors for same team and other team.
For Example:
Enemy Team
[chams]
//FRONT TEXTURE COLOR IN RGB
fr=0
fg=255
fb=0
//BACK TEXTURE COLOR IN RGB
br=0
bg=0
bb=0
and for the same team:
[chams]
//FRONT TEXTURE COLOR IN RGB
fr=255
fg=0
fb=0
//BACK TEXTURE COLOR IN RGB
br=0
bg=0
bb=0
or something along those lines.
What would be the code to do this?