mirror of
https://github.com/metrostroi-repo/MetrostroiAddon.git
synced 2026-05-02 00:42:29 +00:00
10 lines
251 B
Lua
10 lines
251 B
Lua
ENT.Type = "anim"
|
|
|
|
ENT.PrintName = "Autodrive plate"
|
|
ENT.Category = "Metrostroi (utility)"
|
|
|
|
ENT.Spawnable = false
|
|
ENT.AdminSpawnable = false
|
|
ENT.RenderGroup = RENDERGROUP_BOTH
|
|
ENT.PhysgunDisabled = true
|
|
ENT.m_tblToolsAllowed = {""} |