View Single Post
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 04-27-2012 , 13:27   Re: [Native/Stock] ColorChat v0.2.1 (28 dec 2010)
Reply With Quote #165

1. Yes you are right, module version should fix all problems
2. Problem is ML doesn't work as expacted, use stock version if you want, i just don't support it anymore.

Problem should be fixed in new module version : http://forums.alliedmods.net/showthr...33#post1699733

Instead of :

new iColor = get_user_team2(id)
client_print_color(0, iColor, "^4green ^3%s ^1test", name)

You should now use the new native :

client_print_color2(0, id, "^4green ^3%s ^1test", name)
__________________
- tired and retired -

- my plugins -

Last edited by ConnorMcLeod; 05-01-2012 at 08:22.
ConnorMcLeod is offline