# 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.

```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hamer.gitbook.io/hamer/scripts/darkrp_racing/dlc/timed.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
