Scoreboard Text Format

Scoreboard left and right text format example in config/client/config.lua

Config.Game.Scoreboard.LeftTextFormat = "player_name" -- Default Z scoreboard display text format left.
Config.Game.Scoreboard.RightTextFormat = "player_checkpoint + / + player_totalcheckpoint" -- ult Z scoreboard display text format right.

Custom format:

player_name -- Player name of current player row
player_bestlap -- Best lap of current player row
player_checkpoint -- Current checkpoint of current player row
player_totalcheckpoint -- Total checkpoint count of current session
player_lap -- Current lap of current player row
player_vehiclename -- Current vehicle name of current player row
size_small -- Text format font size small
size_normal -- Text format font size normal
size_big -- Text format font size big
string_space -- Text format one spacebar
  • Spacebar not work in text format just use string_space insert.

  • If display text is very long, display text size will be smaller to fit scaleform bounding box.

  • If you have a very long display text try to newline it with escape sequences .

Color:

Preview of color format
Preview of color format

Font size:

Preview of font size
Preview of font size

Escape Sequences:

Preview of escape sequences

Combine:

Preview of full

Last updated