From 7bd3a611a418ee57933f5612b5d1b4d7a07c7f67 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 28 Aug 2020 01:21:11 -0600 Subject: [PATCH] jav fix --- userraw/maps/mp/bots/_bot_script.gsc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/userraw/maps/mp/bots/_bot_script.gsc b/userraw/maps/mp/bots/_bot_script.gsc index 796d29d..c6ffcd7 100644 --- a/userraw/maps/mp/bots/_bot_script.gsc +++ b/userraw/maps/mp/bots/_bot_script.gsc @@ -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;