airdrop test

This commit is contained in:
Your Name
2020-08-14 16:02:56 -06:00
parent a43849dcb3
commit e143a65941
3 changed files with 112 additions and 20 deletions

View File

@ -1669,6 +1669,11 @@ aim()
}
}
}
else
{
if (self canAds(dist, curweap))
self thread pressAds();
}
if (!usingRemote)
self thread bot_lookat(last_pos + (0, 0, self getEyeHeight() + nadeAimOffset), aimspeed);
@ -2293,7 +2298,7 @@ botThrowGrenade(grenName)
if (isDefined(self.lastStand) && !self _hasPerk("specialty_laststandoffhand") && (!isDefined(self.inFinalStand) || !self.inFinalStand))
return "laststand";
if (level.gameEnded || !gameFlag( "prematch_done" ) || self.bot.isfrozen)
if (level.gameEnded || !gameFlag( "prematch_done" ) || self.bot.isfrozen || self.bot.climbing)
return "can't move";
curWeap = self GetCurrentWeapon();