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