mirror of
https://github.com/ineedbots/t4_bot_warfare.git
synced 2025-04-22 16:05:44 +00:00
fixed bombs
This commit is contained in:
parent
fa835e7ff1
commit
58fdabc2cf
@ -342,6 +342,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