Text Formatting

Native text formatting in GTA V

Text Formatting

Formatting Codes

LabelDescriptionExample
~HUD_COLOUR_[Name]~Colors the text with the given hud colorThis is a test ~HUD_COLOUR_RED~subtitle
~HC_[Name]~Alias for the above commandThis is a test ~HC_RED~subtitle
~HC_[Number]~Same as the commands above, but uses the index instead of the nameThis is a test ~HC_6~subtitle
~s~Resets the colorThis is a ~HUD_COLOUR_RED~test~s~ subtitle
~v~Sets the color to HUD_COLOUR_SCRIPT_VARIABLE, settable by the native setScriptVariableHudColour This is a ~v~test~s~ subtitle
~u~Sets the color to HUD_COLOUR_SCRIPT_VARIABLE_2, settable by the native setScriptVariable2HudColour This is a ~u~test~s~ subtitle
~w~Sets the color to HUD_COLOUR_WHITEThis is a ~w~test~s~ subtitle
~r~Sets the color to HUD_COLOUR_REDThis is a ~r~test~s~ subtitle
~g~Sets the color to HUD_COLOUR_GREENThis is a ~g~test~s~ subtitle
~b~Sets the color to HUD_COLOUR_BLUEThis is a ~b~test~s~ subtitle
~f~Sets the color to HUD_COLOUR_FRIENDLYThis is a ~f~test~s~ subtitle
~y~Sets the color to HUD_COLOUR_YELLOWThis is a ~y~test~s~ subtitle
~c~Sets the color to HUD_COLOUR_MENU_GREYThis is a ~c~test~s~ subtitle
~t~Sets the color to HUD_COLOUR_MENU_GREYThis is a ~t~test~s~ subtitle
~o~Sets the color to HUD_COLOUR_ORANGEThis is a ~o~test~s~ subtitle
~p~Sets the color to HUD_COLOUR_PURPLEThis is a ~p~test~s~ subtitle
~q~Sets the color to HUD_COLOUR_PINKThis is a ~q~test~s~ subtitle
~m~Sets the color to HUD_COLOUR_MID_GREY_MPThis is a ~m~test~s~ subtitle
~l~Sets the color to HUD_COLOUR_BLACKThis is a ~l~test~s~ subtitle
~d~Sets the color to HUD_COLOUR_BLUEDARKThis is a ~d~test~s~ subtitle

Visuals

LabelDescriptionExample
~n~Adds a line breakThis is a ~n~ test subtitle
~h~Bold text, use again to removeThis is a ~h~test~h~ subtitle
~bold~Alias for ~h~This is a ~bold~test~bold~ subtitle
~italic~Italic text, use again to removeThis is a ~italic~test~italic~ subtitle
~ws~Inserts a wanted star~ws~ This is a test subtitle
~wanted_star~Alias for ~ws~~wanted_star~ This is a test subtitle
<C>...</C>Condensed textThis is a <C>test</C> subtitle
~EX_R*~Inserts the Rockstar logo~EX_R*~ This is a test subtitle
~BLIP_[Sprite]Inserts a blip~BLIP_TAXI~ Your taxi is waiting
~INPUT_[Name]Inserts a input key~INPUT_ENTER~ to enter the vehicle
~INPUTGROUP_[Name]Inserts a input groupUse ~INPUTGROUP_MOVE~ to walk around
~ACCEPT~Inserts a accept promptNo example
~CANCEL~Inserts a accept promptNo example
~PAD_[Name]~Inserts a gamepad button / control ~PAD_A~ to enter the vehicle