| ~HUD_COLOUR_[Name]~ |
Colors the text with the given hud color |
This is a test ~HUD_COLOUR_RED~subtitle |
| ~HC_[Name]~ |
Alias for the above command |
This is a test ~HC_RED~subtitle |
| ~HC_[Number]~ |
Same as the commands above, but uses the index instead of the name |
This is a test ~HC_6~subtitle |
| ~s~ |
Resets the color |
This 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_WHITE |
This is a ~w~test~s~ subtitle |
| ~r~ |
Sets the color to HUD_COLOUR_RED |
This is a ~r~test~s~ subtitle |
| ~g~ |
Sets the color to HUD_COLOUR_GREEN |
This is a ~g~test~s~ subtitle |
| ~b~ |
Sets the color to HUD_COLOUR_BLUE |
This is a ~b~test~s~ subtitle |
| ~f~ |
Sets the color to HUD_COLOUR_FRIENDLY |
This is a ~f~test~s~ subtitle |
| ~y~ |
Sets the color to HUD_COLOUR_YELLOW |
This is a ~y~test~s~ subtitle |
| ~c~ |
Sets the color to HUD_COLOUR_MENU_GREY |
This is a ~c~test~s~ subtitle |
| ~t~ |
Sets the color to HUD_COLOUR_MENU_GREY |
This is a ~t~test~s~ subtitle |
| ~o~ |
Sets the color to HUD_COLOUR_ORANGE |
This is a ~o~test~s~ subtitle |
| ~p~ |
Sets the color to HUD_COLOUR_PURPLE |
This is a ~p~test~s~ subtitle |
| ~q~ |
Sets the color to HUD_COLOUR_PINK |
This is a ~q~test~s~ subtitle |
| ~m~ |
Sets the color to HUD_COLOUR_MID_GREY_MP |
This is a ~m~test~s~ subtitle |
| ~l~ |
Sets the color to HUD_COLOUR_BLACK |
This is a ~l~test~s~ subtitle |
| ~d~ |
Sets the color to HUD_COLOUR_BLUEDARK |
This is a ~d~test~s~ subtitle |