1
0
mirror of https://github.com/metrostroi-repo/MetrostroiAddon.git synced 2026-05-04 00:52:33 +00:00

release branch init

This commit is contained in:
g_brzhezinskiy
2021-01-02 15:32:05 +03:00
parent 1d05caf866
commit 09566ce158
398 changed files with 8389 additions and 77275 deletions

View File

@@ -339,7 +339,7 @@ function SWEP:CreateModels( tab )
if (v.type == "Model" and v.model and v.model ~= "" and (not IsValid(v.modelEnt) or v.createdModel ~= v.model) and
string.find(v.model, ".mdl") and file.Exists (v.model, "GAME") ) then
v.modelEnt = ents.CreateClientProp("models/metrostroi/81-717/reverser.mdl")
v.modelEnt = ents.CreateClientProp("models/metrostroi_train/reversor/reversor_classic.mdl")
v.modelEnt:SetModel(v.model)
if (IsValid(v.modelEnt)) then
v.modelEnt:SetPos(self:GetPos())