Fonts and Colors: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
No edit summary
Line 49: Line 49:
</syntaxhighlight>
</syntaxhighlight>
</div>
</div>
== DrawText Fonts ==
<span style="font-size:130%; line-height: 1.31em;">'''ChaletLondon - ID: 0'''</span>
<gallery>
Image:120px-chalet-london-nineteen-seventy-upper.png
Image:120px-chalet-london-nineteen-seventy-lower.png
Image:120px-chalet-london-nineteen-seventy-character.png
</gallery><br>
----
<span style="font-size:130%; line-height: 1.31em;">'''HouseScript - ID: 1'''</span>
<gallery>
Image:120px-sign-painter-house-script-upper.png
Image:120px-sign-painter-house-script-lower.png
Image:120px-sign-painter-house-script-character.png
</gallery><br>
----
<span style="font-size:130%; line-height: 1.31em;">'''Monospace - ID: 2'''</span>
<gallery>
Image:120px-Excalibur_Monospace-upper.png
Image:120px-Excalibur_Monospace-lower.png
Image:120px-Excalibur_Monospace-character.png
</gallery><br>
----
<span style="font-size:130%; line-height: 1.31em;">'''CharletComprimeColonge - ID: 4'''</span>
<gallery>
Image:120px-chalet-comprime-cologne-seventy-upper.png
Image:120px-chalet-comprime-cologne-seventy-lower.png
Image:120px-chalet-comprime-cologne-seventy-character.png
</gallery><br>
----
<span style="font-size:130%; line-height: 1.31em;">'''Pricedown - ID: 7'''</span>
<gallery>
Image:120px-Pricedown-upper.png
Image:120px-Pricedown-lower.png
Image:120px-Pricedown-character.png
</gallery>

Revision as of 11:53, 30 November 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:

Example

Server-Side
player.notify('~w~Hello ~b~World')


Client-Side
mp.game.graphics.notify('~w~Hello ~b~World')



HUD Colors


Example

Server-Side
player.notify('~HUD_COLOUR_MENU_YELLOW~Hello ~HUD_COLOUR_MENU_YELLOW_DARK~World')

DrawText Fonts

ChaletLondon - ID: 0



HouseScript - ID: 1



Monospace - ID: 2



CharletComprimeColonge - ID: 4



Pricedown - ID: 7