dobrograd-13-06-2022/garrysmod/addons/feature-cuffs/lua/weapons/weapon_cuff_rope.lua

25 lines
512 B
Lua
Raw Normal View History

2023-11-16 15:01:19 +05:00
AddCSLuaFile()
SWEP.Base = 'weapon_cuff_base'
SWEP.Category = 'Handcuffs'
SWEP.Instructions = 'ЛКМ - завязать руки'
SWEP.Spawnable = true
SWEP.AdminOnly = true
SWEP.AdminSpawnable = true
SWEP.PrintName = L.cuff_rope
SWEP.CuffTime = 2
SWEP.CuffSound = Sound('buttons/lever7.wav')
SWEP.CuffMaterial = 'models/props_foliage/tree_deciduous_01a_trunk'
SWEP.CuffRope = 'cable/rope'
SWEP.RopeLength = 100
SWEP.CuffReusable = false
SWEP.ScareRequired = true
SWEP.CanBlind = true
SWEP.CanGag = true