fivem text color code code example

Example: fivem color codes

(toggles color)
~r~ = Red
~b~ = Blue
~g~ = Green
~y~ = Yellow
~p~ = Purple
~c~ = Grey
~m~ = Dark Grey
~u~ = Black
~o~ = Orange

Special:
~n~ = New line
~s~ = Reset Color
~h~ = Bold text

For notification:
∑ = Rockstar Icon
÷ = Rockstar Icon
¦ = Rockstar Verified Icon


^1 = red
^2 = green
^3 = yellow
^4 = blue
^5 = CYAN
^6 = Pink
^7 = white
^8 is a color that changes depending what level you are on.
American maps = Dark Green
Russian maps = Dark red/marroon
British maps = Dark Blue
^9 = gray
^0= black
^c = Blandishbeige
MrDaGree
Apr '17

^0 is based on the RGB of the message sent

TriggerClientEvent(‘chatMessage’, -1, tag … GetPlayerName(source), {0,0,0} , message) – Would be white

Tags:

Misc Example