1 #using scripts\shared\ai_shared;
2 #using scripts\shared\util_shared;
4 #insert scripts\shared\shared.gsh;
10 if ( SessionModeIsZombiesGame() && GetDvarInt(
"splitscreen_playerCount" ) > 2 )
13 if ( SessionModeIsCampaignDeadOpsGame() && GetDvarInt(
"splitscreen_playerCount" ) > 2 )
38 entity endon(
"entityshutdown" );
42 entity waittill( notetrack );
44 fxName = entity GetAIFxName( localClientNum, surfaceTable );
46 if ( IsDefined( fxName ) )
48 PlayFx( localClientNum, fxName, entity.origin );