chatcolor
Browse all symbols documented inside this include file.
Constants
| Name | Description |
|---|---|
| _chatcolor_included | — |
| RED | = Red |
| BLUE | = Blue |
| GREY | = Grey |
| ColorChat | = client_print_color |
Functions
| Name | Description |
|---|---|
| client_print_color | Sends coloured message to player. Set index to 0 to send text globaly.. An example would be: client_print_color(id, Red, "^4This is green ^3this is red, ^1this is your default chat text color"); Look at the above enum for second parameter lists when you don't pass a player index in it. |
| register_dictionary_colored | Coloured register_dictionary version |