mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-04-20 17:55:42 +00:00
oopsies
This commit is contained in:
parent
582e72c72a
commit
6e68dedc1e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user