mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-22 22:05:44 +00:00
s
This commit is contained in:
parent
e5e6dfcb13
commit
e40304c796
@ -463,6 +463,9 @@ grenade_danager()
|
||||
if(self isDefusing() || self isPlanting())
|
||||
continue;
|
||||
|
||||
if (self.disabledWeapon)
|
||||
continue;
|
||||
|
||||
myEye = self getEye();
|
||||
for (i = level.bots_fragList.count-1; i >= 0; i--)
|
||||
{
|
||||
@ -1991,6 +1994,9 @@ prone()
|
||||
self botAction("+goprone");
|
||||
}
|
||||
|
||||
/*
|
||||
Changes to the weap
|
||||
*/
|
||||
changeToWeap(weap)
|
||||
{
|
||||
toks = strtok(weap, "_");
|
||||
|
Loading…
x
Reference in New Issue
Block a user