con_color?
Hi first im new on this, I have a wanted script. But i want do have the messege in green. I have tryed ervring whay to get in con_color, but i cant get it to work.
Code:
client_print, con_color "0 255 0" ( 0, print_chat, " [AMXX]CT %s is wanted | T %s is wanted", CTname, Tname ) ;Regards snurre |
Re: con_color?
con_color is a client command and you shouldn't change the client con_color without is permission. The way you want to put color in a chat message is to:
1) #include <colorchat> 2) download numb colorchat.inc and put it in scripting>include 3) use this format: PHP Code:
PHP Code:
^x03 = color mentioned, RED in this example. ^x04 = green color |
Re: con_color?
he doesn't mean that color chat
|
Re: con_color?
I have tryd to do as you has whriteing, when im using the comliar at amxmodx i get this error
Quote:
|
Re: con_color?
Quote:
You need to put in addon>amxmodx>scripting>include a file called colorchat.inc |
Re: con_color?
Quote:
If you are trying to change con_color then just put it in your client config file and be done with it. |
| All times are GMT -4. The time now is 07:11. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.