1
0
mirror of https://github.com/metrostroi-repo/MetrostroiAddon.git synced 2026-05-02 00:42:29 +00:00

Removed Sandman's models in scripts

This commit is contained in:
Hellss
2021-12-27 15:43:32 +03:00
parent 71af6fc0b1
commit 47aa568328
7 changed files with 12 additions and 107 deletions

View File

@@ -435,12 +435,6 @@ function ENT:TrainSpawnerUpdate()
else
self:SetNW2Bool("NewSeats",self:GetNW2Int("SeatType") == 4 or self:GetNW2Int("SeatType") == 3 or self:GetNW2Int("SeatType") == 1 and math.random()>0.5)--(kvr or seats))
self:SetNW2Bool("NewSeatsBlue",self:GetNW2Int("SeatType") == 4 or self:GetNW2Bool("NewSeats") and self:GetNW2Int("SeatType") == 1 and math.random()>0.5)
local typ = self:GetNW2Int("BodyType")
if typ==3 or typ==1 and math.random() > 0.5 then
self:SetModel("models/metrostroi_train/81-717/81-717_spb_m.mdl")
else
self:SetModel("models/metrostroi_train/81-717/81-717_spb.mdl")
end
end
self.Pneumatic.ValveType = self:GetNW2Int("Crane",1)+1
self.Announcer.AnnouncerType = self:GetNW2Int("Announcer",1)