1
0
mirror of https://github.com/metrostroi-repo/MetrostroiAddon.git synced 2026-05-02 00:42:29 +00:00
This commit is contained in:
TheFUlDeep
2021-04-19 16:12:25 +03:00
committed by GitHub
parent cbb6bc0267
commit ebe53859aa
2 changed files with 8 additions and 8 deletions

View File

@@ -27,13 +27,13 @@ function ENT:Initialize()
-- Create bogeys
if Metrostroi.BogeyOldMap then
self.FrontBogey = self:CreateBogey(Vector( 320,0,-90),Angle(0,180,0),true,"720")
self.RearBogey = self:CreateBogey(Vector(-320,0,-90),Angle(0,0,0),false,"720")
self.FrontBogey = self:CreateBogey(Vector( 320,-1,-91),Angle(0,180,0),true,"720")
self.RearBogey = self:CreateBogey(Vector(-320,1,-91),Angle(0,0,0),false,"720")
self.FrontCouple = self:CreateCouple(Vector( 413.7+6.8,0,-79),Angle(0,0,0),true,"717")
self.RearCouple = self:CreateCouple(Vector(-419-6.8,0,-79),Angle(0,180,0),false,"717")
else
self.FrontBogey = self:CreateBogey(Vector( 320,0,-90),Angle(0,180,0),true,"720")
self.RearBogey = self:CreateBogey(Vector(-320,0,-90),Angle(0,0,0),false,"720")
self.FrontBogey = self:CreateBogey(Vector( 320,-1,-91),Angle(0,180,0),true,"720")
self.RearBogey = self:CreateBogey(Vector(-320,1,-91),Angle(0,0,0),false,"720")
self.FrontCouple = self:CreateCouple(Vector( 420 -8,0,-79),Angle(0,0,0),true,"717")
self.RearCouple = self:CreateCouple(Vector(-419-6.8+8,0,-79),Angle(0,180,0),false,"717")
end