The formatting tokens the game understands in labels, chat and HUD text: colours, icons, button glyphs and line breaks.
| Token | What it does | Example |
|---|---|---|
| References an existing HUD color. | Find the ~HUD_COLOUR_FREEMODE~freemode ped! | |
| An alias for ~HUD_COLOUR | Find the ~HC_FREEMODE~freemode ped! | |
| Specifies a HUD color by index. | Get to ~HC_13~Davis. | |
| Resets the color to the default for the current context. | After killing the ~r~enemies~s~, you win! | |
| HUD_COLOUR_SCRIPT_VARIABLEThis is a placeholder for the color set with SET_SCRIPT_VARIABLE_HUD_COLOUR. | Wait for your ~v~team~s~ to lose the Cops. | |
| HUD_COLOUR_SCRIPT_VARIABLE_2This is a placeholder for the color set with _SET_SCRIPT_VARIABLE_2_HUD_COLOUR. | Take out ~v~~a~~s~ & defend ~u~~a~~s~. | |
| HUD_COLOUR_WHITEUsed together with ~s~ to reset text color. | Swoop on over to ~b~foreclosures.maze-bank.com~w~~s~ today | |
| HUD_COLOUR_REDUsed for enemy characters or vehicles. | Kill all the ~r~Vagos. | |
| HUD_COLOUR_GREENUsed for pickup-type objectives. | Pick up the ~g~flash drive. | |
| HUD_COLOUR_BLUEUsed for friendly characters or vehicles. | Defend ~b~Lamar. | |
| HUD_COLOUR_FRIENDLYAn alternate (rare) version for friendly objectives. | Vehicle health can be restored by waiting in the ~f~pit stop area~s~. | |
| HUD_COLOUR_YELLOWDestination names. | Deliver the Special Cargo to the ~y~restricted area. | |
| HUD_COLOUR_MENU_GREYDe-emphasized text used in subtitles, to indicate a character out of view. | ~z~He's a bum! ~c~~n~Oh my God! | |
| HUD_COLOUR_MENU_GREYDe-emphasized text used in subtitles, to indicate text spoken in a different language. | ~z~those ~t~idiots. | |
| HUD_COLOUR_ORANGEA team color indicator. | ~o~The Cocks~s~ are mad. | |
| HUD_COLOUR_PURPLEA team color indicator. | ~p~The Boars~s~ are off the radar. | |
| HUD_COLOUR_PINKUsed for Arena War. | You are the active contender on your ~q~team~s~. | |
| HUD_COLOUR_MID_GREY_MPMedium gray to de-emphasize or use for 'Silver'. | ~m~Display Mini Map. | |
| HUD_COLOUR_BLACKUsed when unable to set a color any other way to specify black. | ~l~PLAYERS | |
| HUD_COLOUR_BLUEDARKUsed to specify a team objective occupied by a player. | Help your team deliver a ~d~vehicle ~s~to your ~b~base. |
This page shows one screen at a time. The complete list is published as JSON, CSV and Markdown, with no JavaScript needed.