mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-06-28 07:01:49 +00:00
iw4x
This commit is contained in:
@ -1073,6 +1073,12 @@ selectAirstrikeLocation( lifeId, airStrikeType )
|
||||
self waittill( "confirm_location", location, directionYaw );
|
||||
if ( !chooseDirection )
|
||||
directionYaw = randomint(360);
|
||||
|
||||
else
|
||||
{
|
||||
if(getdvar("mapname")=="co_hunted")
|
||||
directionYaw += 115;
|
||||
}
|
||||
|
||||
self setblurforplayer( 0, 0.3 );
|
||||
|
||||
|
Reference in New Issue
Block a user