Залив

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,3 @@
include("shared.lua")
killicon.Add("mg_arrow_thermite", "VGUI/entities/mg_crossbow", Color(255, 0, 0, 255))

View File

@@ -0,0 +1,7 @@
AddCSLuaFile("cl_init.lua")
AddCSLuaFile("shared.lua")
include("shared.lua")
ENT.Model = Model("models/viper/mw/attachments/crossbow/attachment_vm_sn_crossbow_mag_firebolt.mdl")
ENT.AoeEntity = "mg_aoe_arrow_thermite"

View File

@@ -0,0 +1,4 @@
ENT.Base = "mg_arrow"
ENT.Type = "anim"
game.AddParticles("particles/mw19_attachments.pcf")