> 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="https://432492714-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fw4Soh4qWe7dU0JKeI9bp%2Fuploads%2FGVRsf7wgVNDXOTn5gVh3%2Fimage.png?alt=media&amp;token=3061fa05-c8b9-411b-bc6e-ac4e04cba92b" 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.

```
