Runner vs Vehicle

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.

Built-in maps
  • RunnerVS-I

  • RunnerVS-II

  • RunnerVS-III

  • RunnerVS-IV

  • RunnerVS-V

  • RunnerVS-VI

  • RunnerVS-VII

  • RunnerVS-VIII

  • RunnerVS-X

Custom Map

  1. Add Starting Grid

    1. Change team number for team spawn point

      1. Team Runner is 1

      2. Team Vehicle is 2

  2. Add Placement > Pickup for Runner team

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

Starting Grid Runner Team
Starting Grid Vehicle Team

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"}

Last updated