mirror of
https://github.com/metrostroi-repo/MetrostroiAddon.git
synced 2026-05-02 00:42:29 +00:00
init
This commit is contained in:
19
lua/entities/gmod_track_autodrive_plate/shared.lua
Normal file
19
lua/entities/gmod_track_autodrive_plate/shared.lua
Normal file
@@ -0,0 +1,19 @@
|
||||
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
|
||||
Reference in New Issue
Block a user