Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for CS:GO to the colors API #18

Open
TheCreatorX opened this issue Nov 15, 2013 · 2 comments
Open

Add support for CS:GO to the colors API #18

TheCreatorX opened this issue Nov 15, 2013 · 2 comments

Comments

@TheCreatorX
Copy link

CS:GO Color List:

Default: \x01
Dark Red: \x02
Purple: \x03
Green: \x04
Light Green: \x05
Lime Green: \x06
Red: \x07
Grey: \x08
Orange: \x09

Also, it seems csgo has an issue with coloring the very first character so you need to use a vertical tab like so ...

PrintToChat(client, " \x01\x0B\x03This works ...");
PrintToChat(client, " \x03This does not work ...");

Also, by adding the vertical tab it kinda makes the chat look a little weird due to the random space at the beginning, so maybe make this tab an option too?

@ghost
Copy link

ghost commented May 22, 2017

thank you

@statebyte
Copy link

Nice man!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants