mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-04-23 02:35:43 +00:00
oops
This commit is contained in:
parent
65a91aacca
commit
02e72fb0b3
@ -932,16 +932,15 @@ bot_weapon_think()
|
|||||||
{
|
{
|
||||||
wait randomIntRange(2, 4);
|
wait randomIntRange(2, 4);
|
||||||
|
|
||||||
|
if(self BotIsFrozen())
|
||||||
|
continue;
|
||||||
|
|
||||||
if(self IsBotReloading() || self IsBotSmoking() || self IsBotFragging())
|
if(self IsBotReloading() || self IsBotSmoking() || self IsBotFragging())
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if(self isDefusing() || self isPlanting())
|
if(self isDefusing() || self isPlanting())
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
curWeap = self GetCurrentWeapon();
|
|
||||||
if (!isWeaponDroppable(curWeap))
|
|
||||||
continue;
|
|
||||||
|
|
||||||
hasTarget = self hasThreat();
|
hasTarget = self hasThreat();
|
||||||
|
|
||||||
if(hasTarget)
|
if(hasTarget)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user