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

14
maps/mp/mp_bloc_fx.gsc Executable file
View File

@@ -0,0 +1,14 @@
main()
{
thread precache_createfx_fx();
}
precache_createfx_fx()
{
level._effect[ "snow_light" ] = loadfx( "weather/snow_light_mp_bloc" );
level._effect[ "hallway_smoke" ] = loadfx( "smoke/hallway_smoke_light" );
level._effect[ "snow_wind" ] = loadfx( "weather/snow_wind" );
maps\createfx\mp_bloc_fx::main();
}