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