Fonts and Colors: Difference between revisions

From RAGE Multiplayer Wiki
Line 18: Line 18:


<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
player.notify('~w~Hello World~w~')
player.notify('~w~Hello ~b~World')
</syntaxhighlight>
</syntaxhighlight>

Revision as of 10:03, 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 ~b~World')