dobrograd-13-06-2022/garrysmod/addons/feature-cuffs/lua/weapons/weapon_cuff_rope.lua
Jonny_Bro (Nikita) e4d5311906 first commit
2023-11-16 15:01:19 +05:00

24 lines
512 B
Lua

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