Jump to content

[Tutorial] How to change the color of chat [Cs1.6]


Recommended Posts

Posted

Credits:Fllyyper

Well for starters we write in the console:

con_color "500 500 500"

Now we have white writing.

We put these data in that console cfg cfg and if you are not writing to change the color key K

//Chat's color changer
alias green "con_color 0+255+0"
alias red "con_color 255+0+0"
alias yellow "con_color 255+255+0"
alias blue "con_color 0+0+255"
alias white "con_color 255+255+255"
alias black "con_color 0+0+0"
alias original "con_color 255+180+30"
alias color "cl1"
alias cl1 "green; alias color cl2"
alias cl2 "red; alias color cl3"
alias cl3 "yellow; alias color cl4"
alias cl4 "blue; alias color cl5"
alias cl5 "white; alias color cl6"
alias cl6 "black; alias color cl7"
alias cl7 "original; alias color cl1"
Bind "k" "color"

Writing can be color: green, white, black, blue, yellow and red

Have Fun xd .

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...