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

21 lines
495 B
Plaintext

THIS FILE MUST HAVE THAT SYNTAXIS:
if not Metrostroi.Skins then Metrostroi.Skins = {} end
if not Metrostroi.Skins["ezh3"] then Metrostroi.Skins["ezh3"] = {} end
table.insert(Metrostroi.Skins["ezh3"],{
name = "Green-Blue",
path = "metrostroi_skins/ezh3/1",
})
WHERE:
table.insert(Metrostroi.Skins["ezh3"],{
name = "Green-Blue",
path = "metrostroi_skins/ezh3/1",
})
YOUR SKIN
table.insert(Metrostroi.Skins["type of train(ezh3 or 717)"],{
name = "YOUR NAME"
path = "PATH_TO_VMT_AND_VTF",
})