Залив

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,36 @@
ENT.Base = "base_entity"
ENT.Type = "anim"
ENT.FireRadius = 42
ENT.LifeTime = 6
game.AddParticles("particles/mw19_attachments.pcf")
PrecacheParticleSystem("arrow_thermite")
PrecacheParticleSystem("arrow_thermite_smokeleft")
sound.Add({
name = "MW19_Crossbow.FireOn",
channel = CHAN_BODY,
volume = 0.75,
level = 75,
pitch = {95, 105},
sound = {"viper/shared/weap_thermite_loop.ogg"}
})
sound.Add({
name = "MW19_Crossbow.FireOff",
channel = CHAN_BODY,
volume = 0.75,
level = 75,
pitch = {95, 105},
sound = {"viper/shared/weap_thermite_loop_end_01.ogg"}
})
sound.Add({
name = "MW19_Crossbow.FireExplode",
channel = CHAN_ITEM,
volume = 1,
level = 100,
pitch = {95, 105},
sound = {"viper/shared/weap_thermite_impact_01.ogg", "viper/shared/weap_thermite_impact_02.ogg", "viper/shared/weap_thermite_impact_03.ogg"}
})