1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-28 15:11:49 +00:00

imrpoved c4

This commit is contained in:
ineedbots
2021-05-14 15:29:38 -06:00
parent 442dd97a2d
commit 56c296bc51

View File

@ -502,7 +502,11 @@ watchC4Thrown(c4)
break;
}
self notify( "alt_detonate" );
weap = self getCurrentWeapon();
if ( weap != "c4_mp" )
self notify( "alt_detonate" );
else
self thread pressFire();
}
/*