mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-06-28 15:11:49 +00:00
Fixed bots using bombs
This commit is contained in:
@ -594,6 +594,9 @@ watchPickupGun()
|
||||
{
|
||||
wait 1;
|
||||
|
||||
if ( self UseButtonPressed() )
|
||||
continue;
|
||||
|
||||
weap = self GetCurrentWeapon();
|
||||
|
||||
if ( weap != "none" && self GetAmmoCount( weap ) )
|
||||
|
Reference in New Issue
Block a user