This commit is contained in:
2026-05-08 19:19:42 +02:00
parent 0e9585de9a
commit 2a51a0e0c2
892 changed files with 0 additions and 2 deletions

18
maps/mp/mp_afghan_fx.gsc Executable file
View File

@@ -0,0 +1,18 @@
main()
{
//ambient fx
level._effect[ "dust_cloud_mp_afghan" ] = loadfx( "dust/dust_cloud_mp_afghan" );
level._effect[ "sand_spray_detail_oriented_runner" ] = loadfx( "dust/sand_spray_detail_oriented_runner" );
level._effect[ "sand_spray_cliff_oriented_runner" ] = loadfx( "dust/sand_spray_cliff_oriented_runner" );
level._effect[ "room_smoke_200" ] = loadfx( "smoke/room_smoke_200" );
level._effect[ "room_smoke_400" ] = loadfx( "smoke/room_smoke_400" );
level._effect[ "drips_fast" ] = loadfx( "misc/drips_fast" );
level._effect[ "light_shaft_motes_airport" ] = loadfx( "dust/light_shaft_motes_airport" );
level._effect[ "light_glow_white_bulb" ] = loadfx( "misc/light_glow_white_bulb" );
/#
if ( getdvar( "clientSideEffects" ) != "1" )
maps\createfx\mp_afghan_fx::main();
#/
}