stop move

This commit is contained in:
Your Name
2020-09-11 21:04:41 -06:00
parent 0028cfb1f6
commit 79817cc03b
3 changed files with 17 additions and 7 deletions

View File

@ -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();