mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-06-27 06:31:49 +00:00
Fix throwing carepackage
This commit is contained in:
@ -2021,8 +2021,8 @@ fire_current_weapon()
|
||||
|
||||
for (;;)
|
||||
{
|
||||
self thread BotPressAttack(0.1);
|
||||
wait 0.05;
|
||||
self thread BotPressAttack(0.05);
|
||||
wait 0.1;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user