mirror of
https://github.com/metrostroi-repo/MetrostroiAddon.git
synced 2026-05-02 00:42:29 +00:00
20 lines
472 B
Lua
20 lines
472 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 = {""}
|
|
|
|
METROSTROI_ACOIL_DRIVE = 1
|
|
METROSTROI_ACOIL_SBRAKE = 2
|
|
METROSTROI_ACOIL_DOOR = 3
|
|
--METROSTROI_ACOIL_BRAKE = 4
|
|
--METROSTROI_ACOIL_SBRAKECMD = 10
|
|
METROSTROI_LSENSOR = 4
|
|
METROSTROI_UPPSSENSOR = 6
|
|
METROSTROI_SBPPSENSOR = 7
|