A free, simple take hostage script, available for taking peds as hostage and players either
Last updated 6 months ago
Download and its dependency, HRLib
Configure them from their config.lua file
Write this in your server.cfg:
start HRLib start HRHostage
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' }