Залив

This commit is contained in:
Refosel
2026-03-30 10:39:52 +03:00
commit 2b57c019cb
2010 changed files with 185745 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
ATTACHMENT.Base = "att_vm_laser01_cylinder"
ATTACHMENT.Bodygroups ={
["laser"] = 1
}
local BaseClass = GetAttachmentBaseClass(ATTACHMENT.Base)
function ATTACHMENT:Stats(weapon)
BaseClass.Stats(self, weapon)
weapon.LaserAimAngles = Angle(-0.3, 0.05, -15)
weapon.LaserAimPos = Vector(1, 0, -3)
end

View File

@@ -0,0 +1,10 @@
ATTACHMENT.Base = "att_vm_laser02_cylinder"
ATTACHMENT.Bodygroups ={
["laser"] = 1
}
local BaseClass = GetAttachmentBaseClass(ATTACHMENT.Base)
function ATTACHMENT:Stats(weapon)
BaseClass.Stats(self, weapon)
weapon.LaserAimAngles = Angle(-0.3, 0.05, -15)
weapon.LaserAimPos = Vector(1, 0, -3)
end

View File

@@ -0,0 +1,10 @@
ATTACHMENT.Base = "att_vm_laser03_cylinder"
ATTACHMENT.Bodygroups ={
["laser"] = 1
}
local BaseClass = GetAttachmentBaseClass(ATTACHMENT.Base)
function ATTACHMENT:Stats(weapon)
BaseClass.Stats(self, weapon)
weapon.LaserAimAngles = Angle(-0.3, 0.05, -15)
weapon.LaserAimPos = Vector(1, 0, -3)
end