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
  • Custom Map
  • Config
  1. SCRIPTS
  2. DarkRP_Racing
  3. DLC

Runner vs Vehicle

Last updated 5 months ago

Plays fairly similarly to Team Deathmatch. However, whenever a player is killed, they do not respawn. Instead, dead players are forced to spectate for the rest of the round. Vehicle team will only have vehicles as weapon, while Runner team will have all types of weapons.

Buy on Store

Built-in maps
  • RunnerVS-I

  • RunnerVS-II

  • RunnerVS-III

  • RunnerVS-IV

  • RunnerVS-V

  • RunnerVS-VI

  • RunnerVS-VII

  • RunnerVS-VIII

  • RunnerVS-X

Custom Map

  1. Make a map

  2. Add Starting Grid

    1. Change team number for team spawn point

      1. Team Runner is 1

      2. Team Vehicle is 2

  3. Add Placement > Pickup for Runner team

  4. Set Race Details > Map Type to Runner vs Vehicle.

Config

Config.RunnerVS = {}
Config.RunnerVS.Scoreboard = {}

-- Example: https://hamer.gitbook.io/hamer/scripts/darkrp_racing/scoreboard-text-format
Config.RunnerVS.Scoreboard.LeftTextFormat = "player_name" -- Timed Z scoreboard display text format left.
Config.RunnerVS.Scoreboard.RightTextFormat = "" -- Timed Z scoreboard display text format right.

Config.RunnerVS.MapTypePrefix = {"runner vs vehicle"}
Starting Grid Runner Team
Starting Grid Vehicle Team