mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-23 22:35:43 +00:00
fix
This commit is contained in:
parent
cdf405db8e
commit
bf87040749
@ -1490,13 +1490,12 @@ bot_perk_think()
|
|||||||
}
|
}
|
||||||
self.bot_oma_class = class;
|
self.bot_oma_class = class;
|
||||||
|
|
||||||
self waittill("weapon_change");
|
|
||||||
wait 1;
|
wait 1;
|
||||||
self BotFreezeControls(false);
|
self BotFreezeControls(false);
|
||||||
|
|
||||||
self notify ( "menuresponse", game["menu_onemanarmy"], self.bot_oma_class );
|
self notify ( "menuresponse", game["menu_onemanarmy"], self.bot_oma_class );
|
||||||
|
|
||||||
self waittill ( "changed_kit" );
|
self waittill_any_timeout ( 10, "changed_kit" );
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user