From dc8fc6888fe192796797b158833353865a1bb070 Mon Sep 17 00:00:00 2001 From: ineedbots Date: Thu, 27 May 2021 22:41:45 -0600 Subject: [PATCH] Fix compile issue --- maps/mp/bots/_bot_script.gsc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/maps/mp/bots/_bot_script.gsc b/maps/mp/bots/_bot_script.gsc index 3c13267..58b5c3e 100644 --- a/maps/mp/bots/_bot_script.gsc +++ b/maps/mp/bots/_bot_script.gsc @@ -5287,7 +5287,7 @@ bot_sab_loop() self SetScriptGoal( self.origin, 64 ); - self bot_use_bomb_thread(site); + //self bot_use_bomb_thread(site); wait 1; self ClearScriptGoal(); @@ -5400,7 +5400,7 @@ bot_sab_loop() self SetScriptGoal( self.origin, 64 ); - self bot_use_bomb_thread(site); + //self bot_use_bomb_thread(site); wait 1; self ClearScriptGoal(); @@ -5598,7 +5598,7 @@ bot_sd_defenders_loop(data) self SetScriptGoal( self.origin, 64 ); - self bot_use_bomb_thread(defuse); + //self bot_use_bomb_thread(defuse); wait 1; self ClearScriptGoal(); self.bot_lock_goal = false; @@ -5806,7 +5806,7 @@ bot_sd_attackers_loop(data) self SetScriptGoal( self.origin, 64 ); - self bot_use_bomb_thread(plant); + //self bot_use_bomb_thread(plant); wait 1; self ClearScriptGoal(); @@ -6252,7 +6252,7 @@ bot_dem_attackers_loop() self SetScriptGoal( self.origin, 64 ); - self bot_use_bomb_thread(plant); + //self bot_use_bomb_thread(plant); wait 1; self ClearScriptGoal(); @@ -6476,7 +6476,7 @@ bot_dem_defenders_loop() self SetScriptGoal( self.origin, 64 ); - self bot_use_bomb_thread(defuse); + //self bot_use_bomb_thread(defuse); wait 1; self ClearScriptGoal();