mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-16 21:33:46 +03:00
36 lines
1.4 KiB
Lua
36 lines
1.4 KiB
Lua
--[[
|
|
| 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" ) |