Initial commit

This commit is contained in:
2026-03-15 14:54:49 +03:00
commit 64f8029c06
4027 changed files with 254888 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
ENT.Type = "anim"
ENT.Base = "itemstore_box"
ENT.PrintName = "Смертельная Добыча"
ENT.Category = "Scora"
ENT.Spawnable = false
ENT.AdminOnly = false
if SERVER then
AddCSLuaFile()
ENT.Model = "models/props_junk/garbage_bag001a.mdl"
ENT.ContainerWidth = 5
ENT.ContainerHeight = 5
ENT.ContainerPages = 2
ENT.Timeout = 0
function ENT:Think()
if self.Timeout < CurTime() then self:Remove() end
end
end