mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
36
lua/arccw/shared/sh_effects.lua
Normal file
36
lua/arccw/shared/sh_effects.lua
Normal file
@@ -0,0 +1,36 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
game.AddParticles( "particles/muzzleflashes_test.pcf" )
|
||||
game.AddParticles( "particles/muzzleflashes_test_b.pcf" )
|
||||
PrecacheParticleSystem( "muzzleflash_smg" )
|
||||
PrecacheParticleSystem( "muzzleflash_smg_bizon" )
|
||||
PrecacheParticleSystem( "muzzleflash_shotgun" )
|
||||
PrecacheParticleSystem( "muzzleflash_slug" )
|
||||
PrecacheParticleSystem( "muzzleflash_slug_flame" )
|
||||
PrecacheParticleSystem( "muzzleflash_pistol" )
|
||||
PrecacheParticleSystem( "muzzleflash_pistol_cleric" )
|
||||
PrecacheParticleSystem( "muzzleflash_pistol_deagle" )
|
||||
PrecacheParticleSystem( "muzzleflash_suppressed" )
|
||||
PrecacheParticleSystem( "muzzleflash_mp5" )
|
||||
PrecacheParticleSystem( "muzzleflash_MINIMI" )
|
||||
PrecacheParticleSystem( "muzzleflash_m79" )
|
||||
PrecacheParticleSystem( "muzzleflash_m14" )
|
||||
PrecacheParticleSystem( "muzzleflash_ak47" )
|
||||
PrecacheParticleSystem( "muzzleflash_ak74" )
|
||||
PrecacheParticleSystem( "muzzleflash_m82" )
|
||||
PrecacheParticleSystem( "muzzleflash_m3" )
|
||||
PrecacheParticleSystem( "muzzleflash_famas" )
|
||||
PrecacheParticleSystem( "muzzleflash_g3" )
|
||||
PrecacheParticleSystem( "muzzleflash_1" )
|
||||
PrecacheParticleSystem( "muzzleflash_3" )
|
||||
PrecacheParticleSystem( "muzzleflash_4" )
|
||||
PrecacheParticleSystem( "muzzleflash_5" )
|
||||
PrecacheParticleSystem( "muzzleflash_6" )
|
||||
Reference in New Issue
Block a user