cod5-sdk/raw/maps/living_battlefield_fx.gsc
2008-11-20 00:00:00 +00:00

19 lines
No EOL
356 B
Text

#include maps\_utility;
fog_settings()
{
if( IsSplitScreen() )
{
set_splitscreen_fog( 0, 200, 0, -200, .71, .73, .72, 0, 1000 );
}
}
main()
{
//Sets the fog for the (level, near, far, red, green, blue, time fade)
PrecacheModel( "dest_test_palm_spawnfrond1" );
PrecacheModel( "dest_test_palm_spawnfrond2" );
fog_settings();
}