mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-06-28 07:01:49 +00:00
stop move
This commit is contained in:
@ -41,6 +41,14 @@ BotPressAttack(time)
|
||||
self maps\mp\bots\_bot_internal::pressFire(time);
|
||||
}
|
||||
|
||||
BotStopMoving(what)
|
||||
{
|
||||
self.bot.stop_move = what;
|
||||
|
||||
if(what)
|
||||
self notify("kill_goal");
|
||||
}
|
||||
|
||||
getValidTube()
|
||||
{
|
||||
weaps = self getweaponslistall();
|
||||
|
Reference in New Issue
Block a user