Add a new mode to racing game with no finish line but racer keep going until the time runs out.
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.