mirror of
https://github.com/ineedbots/iw2_bot_warfare.git
synced 2026-09-20 03:57:05 +00:00
complete iw2 bot warfare
This commit is contained in:
@@ -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" );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user