mirror of
https://github.com/ineedbots/t5_bot_warfare.git
synced 2025-04-19 08:32:52 +00:00
more comments
This commit is contained in:
parent
9604ea1df3
commit
2e7cf4fb9c
@ -405,6 +405,8 @@ bot_spawn()
|
|||||||
{
|
{
|
||||||
self thread bot_use_equipment_think();
|
self thread bot_use_equipment_think();
|
||||||
self thread bot_watch_think_mw2();
|
self thread bot_watch_think_mw2();
|
||||||
|
// self thread bot_use_tube_think();
|
||||||
|
// self thread bot_use_grenade_think();
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( getdvarint( "bots_play_target_other" ) )
|
if ( getdvarint( "bots_play_target_other" ) )
|
||||||
@ -425,7 +427,7 @@ bot_spawn()
|
|||||||
|
|
||||||
self thread bot_uav_think();
|
self thread bot_uav_think();
|
||||||
self thread bot_weapon_think();
|
self thread bot_weapon_think();
|
||||||
// todo: reload cancel
|
// self thread doReloadCancel();
|
||||||
self thread bot_listen_to_steps();
|
self thread bot_listen_to_steps();
|
||||||
self thread bot_revenge_think();
|
self thread bot_revenge_think();
|
||||||
self thread follow_target();
|
self thread follow_target();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user