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.
Custom Map
Add Starting Grid
Change team number for team spawn point
Team Runner is 1
Team Vehicle is 2
Add Placement > Pickup for Runner team
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"}
Last updated