some fix up

This commit is contained in:
ineedbots
2021-05-26 12:48:48 -06:00
parent c81a4e2472
commit 6c1b6218a6
3 changed files with 38 additions and 0 deletions

View File

@ -102,6 +102,14 @@ BotPressADS(time)
self maps\mp\bots\_bot_internal::pressAds(time);
}
/*
Bot presses the use button for time.
*/
BotPressUse(time)
{
self maps\mp\bots\_bot_internal::use(time);
}
/*
Bots will press the attack button for a time
*/