🥷HRHostage

A free, simple take hostage script, available for taking peds as hostage and players either

Installation

  • Download HRHostage and its dependency, HRLib

  • Configure them from their config.lua file

  • Write this in your server.cfg:

start HRLib
start HRHostage

Config Preview

local config = {}

config.language = 'en'

config.radius = 2.0 -- Radius for searching a player

config.controls = {
    release = 'E',
    kill = 'K'
}

config.commandName = 'takehostage'

config.weapons = {
    'WEAPON_PISTOL',
    'WEAPON_COMBATPISTOL',
    'WEAPON_MINISMG'
}

Video Preview

Last updated