mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-09-01 13:57:25 +00:00
oopsies
This commit is contained in:
@@ -681,7 +681,7 @@ target()
|
||||
{
|
||||
player = level.players[i];
|
||||
|
||||
if(!self IsPlayerModelOK())
|
||||
if(!player IsPlayerModelOK())
|
||||
continue;
|
||||
if(player == self)
|
||||
continue;
|
||||
|
@@ -138,7 +138,7 @@ bot_cry_for_help( attacker )
|
||||
if(!isDefined(player.team))
|
||||
continue;
|
||||
|
||||
if(!self IsPlayerModelOK())
|
||||
if(!player IsPlayerModelOK())
|
||||
continue;
|
||||
|
||||
if ( !IsAlive( player ) )
|
||||
@@ -1454,7 +1454,7 @@ bot_think_follow()
|
||||
{
|
||||
player = level.players[i];
|
||||
|
||||
if(!self IsPlayerModelOK())
|
||||
if(!player IsPlayerModelOK())
|
||||
continue;
|
||||
|
||||
if (player == self)
|
||||
@@ -1968,7 +1968,7 @@ bot_listen_to_steps()
|
||||
{
|
||||
player = level.players[i];
|
||||
|
||||
if(!self IsPlayerModelOK())
|
||||
if(!player IsPlayerModelOK())
|
||||
continue;
|
||||
|
||||
if(player == self)
|
||||
@@ -2170,7 +2170,7 @@ bot_killstreak_think()
|
||||
{
|
||||
player = level.players[i];
|
||||
|
||||
if(!self IsPlayerModelOK())
|
||||
if(!player IsPlayerModelOK())
|
||||
continue;
|
||||
|
||||
if(player == self)
|
||||
@@ -2251,7 +2251,7 @@ bot_uav_think()
|
||||
{
|
||||
player = level.players[i];
|
||||
|
||||
if(!self IsPlayerModelOK())
|
||||
if(!player IsPlayerModelOK())
|
||||
continue;
|
||||
|
||||
if(player == self)
|
||||
|
Reference in New Issue
Block a user