mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-26 07:34:50 +00:00
Fix compile issue
This commit is contained in:
parent
86dbc6c00a
commit
dc8fc6888f
@ -5287,7 +5287,7 @@ bot_sab_loop()
|
|||||||
|
|
||||||
self SetScriptGoal( self.origin, 64 );
|
self SetScriptGoal( self.origin, 64 );
|
||||||
|
|
||||||
self bot_use_bomb_thread(site);
|
//self bot_use_bomb_thread(site);
|
||||||
wait 1;
|
wait 1;
|
||||||
|
|
||||||
self ClearScriptGoal();
|
self ClearScriptGoal();
|
||||||
@ -5400,7 +5400,7 @@ bot_sab_loop()
|
|||||||
|
|
||||||
self SetScriptGoal( self.origin, 64 );
|
self SetScriptGoal( self.origin, 64 );
|
||||||
|
|
||||||
self bot_use_bomb_thread(site);
|
//self bot_use_bomb_thread(site);
|
||||||
wait 1;
|
wait 1;
|
||||||
self ClearScriptGoal();
|
self ClearScriptGoal();
|
||||||
|
|
||||||
@ -5598,7 +5598,7 @@ bot_sd_defenders_loop(data)
|
|||||||
|
|
||||||
self SetScriptGoal( self.origin, 64 );
|
self SetScriptGoal( self.origin, 64 );
|
||||||
|
|
||||||
self bot_use_bomb_thread(defuse);
|
//self bot_use_bomb_thread(defuse);
|
||||||
wait 1;
|
wait 1;
|
||||||
self ClearScriptGoal();
|
self ClearScriptGoal();
|
||||||
self.bot_lock_goal = false;
|
self.bot_lock_goal = false;
|
||||||
@ -5806,7 +5806,7 @@ bot_sd_attackers_loop(data)
|
|||||||
|
|
||||||
self SetScriptGoal( self.origin, 64 );
|
self SetScriptGoal( self.origin, 64 );
|
||||||
|
|
||||||
self bot_use_bomb_thread(plant);
|
//self bot_use_bomb_thread(plant);
|
||||||
wait 1;
|
wait 1;
|
||||||
|
|
||||||
self ClearScriptGoal();
|
self ClearScriptGoal();
|
||||||
@ -6252,7 +6252,7 @@ bot_dem_attackers_loop()
|
|||||||
|
|
||||||
self SetScriptGoal( self.origin, 64 );
|
self SetScriptGoal( self.origin, 64 );
|
||||||
|
|
||||||
self bot_use_bomb_thread(plant);
|
//self bot_use_bomb_thread(plant);
|
||||||
wait 1;
|
wait 1;
|
||||||
|
|
||||||
self ClearScriptGoal();
|
self ClearScriptGoal();
|
||||||
@ -6476,7 +6476,7 @@ bot_dem_defenders_loop()
|
|||||||
|
|
||||||
self SetScriptGoal( self.origin, 64 );
|
self SetScriptGoal( self.origin, 64 );
|
||||||
|
|
||||||
self bot_use_bomb_thread(defuse);
|
//self bot_use_bomb_thread(defuse);
|
||||||
wait 1;
|
wait 1;
|
||||||
|
|
||||||
self ClearScriptGoal();
|
self ClearScriptGoal();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user