mirror of
https://github.com/ineedbots/iw2_bot_warfare.git
synced 2025-07-04 02:01:52 +00:00
fixed bombs
This commit is contained in:
@ -317,6 +317,9 @@ watchPickupGun()
|
||||
{
|
||||
wait 1;
|
||||
|
||||
if ( self useButtonPressed() )
|
||||
continue;
|
||||
|
||||
weap = self GetCurrentWeapon();
|
||||
|
||||
if ( weap != "none" && self GetAmmoCount( weap ) )
|
||||
|
Reference in New Issue
Block a user