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_pui/shared.lua
Normal file
19
lua/entities/gmod_track_pui/shared.lua
Normal file
@@ -0,0 +1,19 @@
|
||||
ENT.Type = "anim"
|
||||
|
||||
ENT.Category = "Metrostroi (utility)"
|
||||
|
||||
ENT.Spawnable = false
|
||||
ENT.AdminSpawnable = false
|
||||
|
||||
ENT.StationConverter = {
|
||||
[108] = 2,
|
||||
[111] = 3,
|
||||
[114] = 4,
|
||||
[121] = 5,
|
||||
[121] = 6,
|
||||
[322] = 7,
|
||||
[651] = 8,
|
||||
[654] = 9,
|
||||
[655] = 10,
|
||||
[656] = 11,
|
||||
}
|
||||
Reference in New Issue
Block a user