Colored Chat Commands

I have a commands resource in, where typing /dispatch or /911 will bring up Dispatch or [911] a certain color in the chat. However, I’m unable to change the color of the colon. Here’s a screenshot: http://imgur.com/a/oIkbI

How would I be able to change that?

Here are screenshots of the code (I’m sorry for the fairly low quality): http://imgur.com/a/IKh12

Screenshot of the code would be nice :roll_eyes:

I went ahead and updated the post… sorry about that.

Yeah so it’s RGB code. See the 128,128,128? You want to change that to the RGB code you want. Use: http://www.rapidtables.com/web/color/RGB_Color.htm to pick the colour you want and then change the code to what the picker gives you. If that makes sense? :confused:

{ R, G, B }

You can’t change the colour of the colon because it is being sent as a chat message. I have done it before but I can’t remember how so let me have a look at my old resources and i’ll let you know if I find it.

1 Like

Alright, that’s what I was originally wondering (if I could change the color of the colon, sorry for not being more clear). Anyway, thanks!