1
0
mirror of https://github.com/metrostroi-repo/MetrostroiAddon.git synced 2026-05-02 00:42:29 +00:00
Files
MetrostroiAddon/lua/entities/gmod_track_autodrive_plate/shared.lua
g_brzhezinskiy 1d05caf866 init
2021-01-02 12:51:45 +03:00

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