Color stock.
I need to get red and blue colors, can't find out how.
PHP Code:
|
Re: Color stock.
|
Re: Color stock.
Quote:
Quote:
|
Re: Color stock.
That's what the 2nd parameter in client_print_color() is for - you choose what the team colour will be.
|
Re: Color stock.
Quote:
I want them no mather what team you are in. |
Re: Color stock.
Quote:
then skip one frame, call color stock, skip one frame and then set him back his old team. what i mean by skiping frame is for example public something() set_player_team set_task( 0.1, "color_stock" ) public color_stock() color_stock_call set_task( 0.1, "back_to_old_team" ) public back_to_old_team() set_player_team(oldteam) set task is too slow for that, client_prethink is fine. |
Re: Color stock.
Quote:
|
Re: Color stock.
Sorry, I don't understand what do you mean...
|
Re: Color stock.
Take a look at the link naven gave you.
Connors ColorChat plugin has what your asking for. Eg. If I want to see a red message no matter what team I'm on, I'm going to put: Code:
client_print_color( id, Red, "!tThis is a RED message" );Code:
client_print_color( id, Red, "!gGreen !nYellow !tRed" ); |
Re: Color stock.
Quote:
|
| All times are GMT -4. The time now is 10:47. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.