add sborka

This commit is contained in:
2026-03-31 10:27:04 +03:00
commit f5e5f56c84
2345 changed files with 382127 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
ENT.Base = "base_anim"
ENT.Type = "anim"
ENT.SW_ENT = true
ENT.PrintName = "Parachute"
ENT.Author = "Shermann Wolf"
ENT.Category = "SW Bombs V3"
ENT.Spawnable = true
ENT.AdminSpawnable = true
ENT.Editable = true
function ENT:SetupDataTables()
self:NetworkVar( "Bool", 0, "Open" )
self:NetworkVar( "Int",1, "RopeLength", { KeyName = "ropelength", Edit = { type = "Int", order = 1,min = 0, max = 2500, category = "Misc"} } )
self:NetworkVar( "Bool", 2, "AutoMode", { KeyName = "automode", Edit = { type = "Bool", category = "Misc"} } )
self:SetRopeLength(50)
end