Author Topic: Team-sided name color  (Read 584 times)

Is there any way to manipulate the color of nametags so that all team members have a specified color, while all non-team members have ONE solid colored name tag, such as white

So that you know exactly who your teammates are

(preferably in slayer, or if it's simpler, just the base code for changing name colors)

EDIT: I'm not talking about your name when it shows up in the chat gui, i'm talking your name that is above the player object for everybody to see
« Last Edit: July 11, 2015, 09:24:01 PM by PhantOS »

If you mean selectively sending name color updates to individual clients, you can't do that with regular torquescript. Just having people's shapename colors as their team colors will work just fine with player.setShapeNameColor(string rgb).

Alright thanks val, that's all I needed.

Slayer already does what val suggested. It would be nice to have what you were talking about in the OP though.