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

11
maps/mp/mp_subbase_fx.gsc Executable file
View File

@@ -0,0 +1,11 @@
main()
{
level._effect[ "snow_light" ] = loadfx( "snow/snow_light_mp_subbase" );
level._effect[ "snow_wind" ] = loadfx( "snow/snow_wind" );
/#
if ( getdvar( "clientSideEffects" ) != "1" )
maps\createfx\mp_subbase_fx::main();
#/
}