Fonts and Colors: Difference between revisions
| Line 16: | Line 16: | ||
Can be used for [[Player::notify|Notifications]] | Can be used for [[Player::notify|Notifications]] | ||
<syntaxhighlight lang="javascript"> | |||
player.notify('~w~Hello World~w~') | |||
</syntaxhighlight> | |||
Revision as of 09:57, 25 September 2017
GTA Colors
- ~r~ = Red
- ~b~ = Blue
- ~g~ = Green
- ~y~ = Yellow
- ~p~ = Purple
- ~q~ = Pink
- ~o~ = Orange
- ~c~ = Grey
- ~m~ = Darker Grey
- ~u~ = Black
- ~n~ = New Line
- ~s~ = Default White
- ~w~ = White
- ~h~ = Bold Text
Can be used for Notifications
player.notify('~w~Hello World~w~')