complete iw2 bot warfare

This commit is contained in:
ineed bots
2026-08-31 15:35:15 -06:00
parent b0e3e1d384
commit 225950c693
6 changed files with 86 additions and 504 deletions
+8
View File
@@ -164,7 +164,15 @@ bot_skip_killcam()
if ( isdefined( self.killcam ) )
{
self BotNotifyBotEvent( "killcam", "start" );
wait 0.5 + randomint( 3 );
wait 0.1;
self notify( "end_killcam" );
self BotNotifyBotEvent( "killcam", "stop" );
}
}
}