How do I change playermodel color with team color? (Gamemode Gmod)
2 replies, posted
Hello/hi
I look everywhere to try to find how to force change the playermodel with his team color but they don't work. So I ask here, how do I change playermodel color with team color?
for instance:
A guys is in Red Team but his playermodel is in blue, how can I change it?
Thanks if someone help me and/or find a solution.
Right after part when you giving Team to player, put this:
TeamColor = team.GetColor(ply:Team())
ply:SetColor(TeamColor)
Thanks that worked
Sorry, you need to Log In to post a reply to this thread.