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,14 @@
ENT.Type = "anim"
ENT.Base = "base_gmodentity"
ENT.Category = "SW Bombs V3"
ENT.ClassName = "sw_airdrop_v3"
ENT.PrintName = "Care package"
ENT.Spawnable = true
function ENT:SetupDataTables()
self:NetworkVar( "Bool", 0, "Open" )
self:NetworkVar( "Float", 1, "HP")
self:SetHP(250)
end