mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-22 05:55:42 +00:00
jav fix
This commit is contained in:
parent
350c64a9b9
commit
7bd3a611a4
@ -1227,11 +1227,10 @@ bot_jav_loc_think()
|
||||
|
||||
for (;;)
|
||||
{
|
||||
//wait randomintRange(2, 4);
|
||||
wait randomintRange(2, 4);
|
||||
|
||||
// if (randomInt(100) < 20)
|
||||
// continue;
|
||||
wait 0.05;
|
||||
if (randomInt(100) < 20)
|
||||
continue;
|
||||
|
||||
if (!self GetAmmoCount("javelin_mp"))
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user