Hamer Fivem
StoreYoutubeCfx.re
  • About Us
  • SCRIPTS
    • ArenaAPI
      • Server Side
      • Client Side
      • Common Issue
    • ArenaLobby
    • DarkRP_Racing
      • Config
      • DLC
        • Sumo
        • Sumo Remix
        • Deadline
        • Hunting Pack
        • Timed
        • Street
        • Runner vs Vehicle
      • Map Editor (PointMarker)
      • Scoreboard Text Format
      • Exports
      • Checkpoint Icon
      • Common Issue
      • Update Logs
    • DarkRP_ZombieSurvival
      • Config
      • Common Issue
      • Exports
    • DarkRP_Bomb
      • Config
      • Common Issue
      • Exports
    • DarkRP_CaptureTheFlag
      • Config
      • Common Issue
      • Exports
    • DarkRP_Deathmacth
      • Config
      • Common Issue
      • Exports
      • DLC
    • DarkRP_Teamdeathmacth
      • Config
      • Common Issue
      • Exports
      • DLC
    • DarkRP_DamageIndicator
      • Config
      • Command
    • DarkRP_KillFeed
      • Config
      • Customization
    • DarkRP_Playerlist
      • Config
    • DarkRP_Chat
      • Config
      • Web Server Setup
    • DarkRP_Screenshot
      • Config
      • Web Server Setup
    • DarkRP_Encrypt
Powered by GitBook
On this page
  • Buy on Store
  • Config
  1. SCRIPTS
  2. DarkRP_Racing
  3. DLC

Timed

Last updated 7 months ago

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

Buy on Store

Config

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.
Page cover image