IsUsingRemote

This commit is contained in:
INeedBots 2020-11-10 04:43:05 -06:00
parent e40304c796
commit 445e13c631

View File

@ -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())
{