mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-22 05:55:42 +00:00
Improved c4
This commit is contained in:
parent
23dbbb9439
commit
22b5c75197
@ -502,7 +502,11 @@ watchC4Thrown(c4)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
self notify( "alt_detonate" );
|
weap = self getCurrentWeapon();
|
||||||
|
if ( weap != "c4_mp" )
|
||||||
|
self notify( "alt_detonate" );
|
||||||
|
else
|
||||||
|
self thread pressFire();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user