> For the complete documentation index, see [llms.txt](https://hamer.gitbook.io/hamer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hamer.gitbook.io/hamer/scripts/darkrp_racing/dlc/timed.md).

# Timed

Add a new mode to racing game with no finish line but racer keep going until the time runs out.

## [Buy on Store](https://darkrpth.tebex.io/package/6409656)

<figure><img src="/files/LgkGPBEYfSF6fvX7WiQ2" alt=""><figcaption></figcaption></figure>

## Config

```lua
Config.Timed = {}
Config.Timed.Scoreboard = {}

-- Example: https://hamer.gitbook.io/hamer/scripts/darkrp_racing/scoreboard-text-format
Config.Timed.Scoreboard.LeftTextFormat = "player_name" -- Timed Z scoreboard display text format left.
Config.Timed.Scoreboard.RightTextFormat = "~w~"..GetTranslate("hud_lap")..": + string_space + player_lap + \n + ~y~"..GetTranslate("hud_check")..": + string_space + player_checkpoint" -- Timed Z scoreboard display text format right.

```
