mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-04-22 10:15:44 +00:00
improved c4
This commit is contained in:
parent
ab22dd37cb
commit
30285b8fc9
@ -284,7 +284,11 @@ watchC4Thrown(c4)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
weap = self getCurrentWeapon();
|
||||||
|
if ( weap != "c4_mp" )
|
||||||
self notify( "alt_detonate" );
|
self notify( "alt_detonate" );
|
||||||
|
else
|
||||||
|
self thread pressFire();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user