mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-22 05:55:42 +00:00
IsUsingRemote
This commit is contained in:
parent
e40304c796
commit
445e13c631
@ -504,7 +504,7 @@ stance()
|
||||
{
|
||||
self waittill_either("finished_static_waypoints", "new_static_waypoint");
|
||||
|
||||
if(self.bot.isfrozen)
|
||||
if(self.bot.isfrozen || self IsUsingRemote())
|
||||
continue;
|
||||
|
||||
toStance = "stand";
|
||||
@ -1397,6 +1397,9 @@ walk()
|
||||
|
||||
if(level.gameEnded || !gameFlag( "prematch_done" ) || self.bot.isfrozen || self.bot.stop_move)
|
||||
continue;
|
||||
|
||||
if (self IsUsingRemote())
|
||||
continue;
|
||||
|
||||
if(self maps\mp\_flashgrenades::isFlashbanged())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user